You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pinpoint::Types::SegmentDemographics

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SegmentDemographics as input to an Aws::Client method, you can use a vanilla Hash:

{
  app_version: {
    dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
    values: ["__string"], # required
  },
  channel: {
    dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
    values: ["__string"], # required
  },
  device_type: {
    dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
    values: ["__string"], # required
  },
  make: {
    dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
    values: ["__string"], # required
  },
  model: {
    dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
    values: ["__string"], # required
  },
  platform: {
    dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
    values: ["__string"], # required
  },
}

Specifies demographic-based dimension settings for including or excluding endpoints from a segment. These settings derive from characteristics of endpoint devices, such as platform, make, and model.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#app_versionTypes::SetDimension

The app version criteria for the segment.

Returns:

#channelTypes::SetDimension

The channel criteria for the segment.

Returns:

#device_typeTypes::SetDimension

The device type criteria for the segment.

Returns:

#makeTypes::SetDimension

The device make criteria for the segment.

Returns:

#modelTypes::SetDimension

The device model criteria for the segment.

Returns:

#platformTypes::SetDimension

The device platform criteria for the segment.

Returns: