Class: Aws::SecurityHub::Types::Country

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Information about a country.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#country_codeString

The 2-letter ISO 3166 country code for the country.

Returns:

  • (String)


22490
22491
22492
22493
22494
22495
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22490

class Country < Struct.new(
  :country_code,
  :country_name)
  SENSITIVE = []
  include Aws::Structure
end

#country_nameString

The name of the country.

Returns:

  • (String)


22490
22491
22492
22493
22494
22495
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22490

class Country < Struct.new(
  :country_code,
  :country_name)
  SENSITIVE = []
  include Aws::Structure
end