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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Note:

When making an API call, you may pass SegmentLocation data as a hash:

{
  country: {
    dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
    values: ["__string"],
  },
}

Segment location dimensions

Instance Attribute Summary collapse

Instance Attribute Details

#countryTypes::SetDimension

The country filter according to ISO 3166-1 Alpha-2 codes.

Returns:



6239
6240
6241
6242
# File 'lib/aws-sdk-pinpoint/types.rb', line 6239

class SegmentLocation < Struct.new(
  :country)
  include Aws::Structure
end