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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3760
3761
3762
3763
3764
3765
# File 'lib/aws-sdk-macie2/types.rb', line 3760

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

#lonFloat

Returns:

  • (Float)


3760
3761
3762
3763
3764
3765
# File 'lib/aws-sdk-macie2/types.rb', line 3760

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