Class: Aws::Macie2::Types::IpGeoLocation

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

Overview

Provides geographic coordinates that indicate where a specified IP address originated from.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#latFloat

Returns:

  • (Float)


3661
3662
3663
3664
3665
3666
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3661

class IpGeoLocation < Struct.new(
  :lat,
  :lon)
  SENSITIVE = []
  include Aws::Structure
end

#lonFloat

Returns:

  • (Float)


3661
3662
3663
3664
3665
3666
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3661

class IpGeoLocation < Struct.new(
  :lat,
  :lon)
  SENSITIVE = []
  include Aws::Structure
end