Class: Aws::Pinpoint::Types::GPSPointDimension

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/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

Instance Attribute Details

#coordinatesTypes::GPSCoordinates

The GPS coordinates to measure distance from.



6001
6002
6003
6004
6005
6006
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6001

class GPSPointDimension < Struct.new(
  :coordinates,
  :range_in_kilometers)
  SENSITIVE = []
  include Aws::Structure
end

#range_in_kilometersFloat

The range, in kilometers, from the GPS coordinates.

Returns:

  • (Float)


6001
6002
6003
6004
6005
6006
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6001

class GPSPointDimension < Struct.new(
  :coordinates,
  :range_in_kilometers)
  SENSITIVE = []
  include Aws::Structure
end