Class: Aws::Pinpoint::Types::SegmentLocation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#countryTypes::SetDimension

The country or region code, in ISO 3166-1 alpha-2 format, for the segment.

Returns:



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_pointTypes::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