Class: Aws::Macie2::Types::IpGeoLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::IpGeoLocation
- 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
#lat ⇒ 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 |
#lon ⇒ 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 |