Class: Aws::GuardDuty::Types::GeoLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GeoLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the location of the remote IP address.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lat ⇒ Float
The latitude information of the remote IP address.
-
#lon ⇒ Float
The longitude information of the remote IP address.
Instance Attribute Details
#lat ⇒ Float
The latitude information of the remote IP address.
3451 3452 3453 3454 3455 3456 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3451 class GeoLocation < Struct.new( :lat, :lon) SENSITIVE = [] include Aws::Structure end |
#lon ⇒ Float
The longitude information of the remote IP address.
3451 3452 3453 3454 3455 3456 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3451 class GeoLocation < Struct.new( :lat, :lon) SENSITIVE = [] include Aws::Structure end |