Class: Aws::GuardDuty::Types::Country

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Country information of the remote IP address.

Instance Attribute Summary collapse

Instance Attribute Details

#country_codeString

Country code of the remote IP address.

Returns:

  • (String)


282
283
284
285
286
# File 'lib/aws-sdk-guardduty/types.rb', line 282

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

#country_nameString

Country name of the remote IP address.

Returns:

  • (String)


282
283
284
285
286
# File 'lib/aws-sdk-guardduty/types.rb', line 282

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