Class: Aws::Macie2::Types::IpCountry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Provides information about the country that an IP address originated from.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


3643
3644
3645
3646
3647
3648
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3643

class IpCountry < Struct.new(
  :code,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


3643
3644
3645
3646
3647
3648
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3643

class IpCountry < Struct.new(
  :code,
  :name)
  SENSITIVE = []
  include Aws::Structure
end