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)


23448
23449
23450
23451
23452
23453
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23448

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

#country_nameString

The name of the country.

Returns:

  • (String)


23448
23449
23450
23451
23452
23453
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23448

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