Class: Aws::Pinpoint::Types::SegmentLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SegmentLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Specifies geographical dimension settings for a segment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#country ⇒ Types::SetDimension
The country or region code, in ISO 3166-1 alpha-2 format, for the segment.
-
#gps_point ⇒ Types::GPSPointDimension
The GPS location and range for the segment.
Instance Attribute Details
#country ⇒ Types::SetDimension
The country or region code, in ISO 3166-1 alpha-2 format, for the segment.
11276 11277 11278 11279 11280 11281 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11276 class SegmentLocation < Struct.new( :country, :gps_point) SENSITIVE = [] include Aws::Structure end |
#gps_point ⇒ Types::GPSPointDimension
The GPS location and range for the segment.
11276 11277 11278 11279 11280 11281 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11276 class SegmentLocation < Struct.new( :country, :gps_point) SENSITIVE = [] include Aws::Structure end |