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.
22960 22961 22962 22963 22964 22965 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22960 class Country < Struct.new( :country_code, :country_name) SENSITIVE = [] include Aws::Structure end |
#country_name ⇒ String
The name of the country.
22960 22961 22962 22963 22964 22965 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22960 class Country < Struct.new( :country_code, :country_name) SENSITIVE = [] include Aws::Structure end |