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:



11245
11246
11247
11248
11249
11250
# File 'lib/aws-sdk-pinpoint/types.rb', line 11245

class SegmentLocation < Struct.new(
  :country,
  :gps_point)
  SENSITIVE = []
  include Aws::Structure
end

#gps_pointTypes::GPSPointDimension

The GPS location and range for the segment.



11245
11246
11247
11248
11249
11250
# File 'lib/aws-sdk-pinpoint/types.rb', line 11245

class SegmentLocation < Struct.new(
  :country,
  :gps_point)
  SENSITIVE = []
  include Aws::Structure
end