Class: Aws::Macie2::Types::IpCity

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns:

  • (String)


3626
3627
3628
3629
3630
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3626

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