Class: Aws::SecurityHub::Types::Country
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::Country
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Information about a country.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#country_code ⇒ String
The 2-letter ISO 3166 country code for the country.
-
#country_name ⇒ String
The name of the country.
Instance Attribute Details
#country_code ⇒ String
The 2-letter ISO 3166 country code for the country.
23455 23456 23457 23458 23459 23460 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23455 class Country < Struct.new( :country_code, :country_name) SENSITIVE = [] include Aws::Structure end |
#country_name ⇒ String
The name of the country.
23455 23456 23457 23458 23459 23460 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23455 class Country < Struct.new( :country_code, :country_name) SENSITIVE = [] include Aws::Structure end |