Class: Aws::Pinpoint::Types::SegmentLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SegmentLocation
- 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
-
#country ⇒ Types::SetDimension
The country filter according to ISO 3166-1 Alpha-2 codes.
Instance Attribute Details
#country ⇒ Types::SetDimension
The country filter according to ISO 3166-1 Alpha-2 codes.
4113 4114 4115 4116 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4113 class SegmentLocation < Struct.new( :country) include Aws::Structure end |