Class: Aws::GuardDuty::Types::Country
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Country
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the country where the remote IP address is located.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#country_code ⇒ String
The country code of the remote IP address.
-
#country_name ⇒ String
The country name of the remote IP address.
Instance Attribute Details
#country_code ⇒ String
The country code of the remote IP address.
1088 1089 1090 1091 1092 1093 |
# File 'lib/aws-sdk-guardduty/types.rb', line 1088 class Country < Struct.new( :country_code, :country_name) SENSITIVE = [] include Aws::Structure end |
#country_name ⇒ String
The country name of the remote IP address.
1088 1089 1090 1091 1092 1093 |
# File 'lib/aws-sdk-guardduty/types.rb', line 1088 class Country < Struct.new( :country_code, :country_name) SENSITIVE = [] include Aws::Structure end |