Class: Aws::Pinpoint::Types::GPSPointDimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GPSPointDimension
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Specifies GPS-based criteria for including or excluding endpoints from a segment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#coordinates ⇒ Types::GPSCoordinates
The GPS coordinates to measure distance from.
-
#range_in_kilometers ⇒ Float
The range, in kilometers, from the GPS coordinates.
Instance Attribute Details
#coordinates ⇒ Types::GPSCoordinates
The GPS coordinates to measure distance from.
6024 6025 6026 6027 6028 6029 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6024 class GPSPointDimension < Struct.new( :coordinates, :range_in_kilometers) SENSITIVE = [] include Aws::Structure end |
#range_in_kilometers ⇒ Float
The range, in kilometers, from the GPS coordinates.
6024 6025 6026 6027 6028 6029 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6024 class GPSPointDimension < Struct.new( :coordinates, :range_in_kilometers) SENSITIVE = [] include Aws::Structure end |