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

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 SegmentDemographics data as a hash:

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

Segment demographic dimensions

Instance Attribute Summary collapse

Instance Attribute Details

#app_versionTypes::SetDimension

The app version criteria for the segment.

Returns:



7807
7808
7809
7810
7811
7812
7813
7814
7815
# File 'lib/aws-sdk-pinpoint/types.rb', line 7807

class SegmentDemographics < Struct.new(
  :app_version,
  :channel,
  :device_type,
  :make,
  :model,
  :platform)
  include Aws::Structure
end

#channelTypes::SetDimension

The channel criteria for the segment.

Returns:



7807
7808
7809
7810
7811
7812
7813
7814
7815
# File 'lib/aws-sdk-pinpoint/types.rb', line 7807

class SegmentDemographics < Struct.new(
  :app_version,
  :channel,
  :device_type,
  :make,
  :model,
  :platform)
  include Aws::Structure
end

#device_typeTypes::SetDimension

The device type criteria for the segment.

Returns:



7807
7808
7809
7810
7811
7812
7813
7814
7815
# File 'lib/aws-sdk-pinpoint/types.rb', line 7807

class SegmentDemographics < Struct.new(
  :app_version,
  :channel,
  :device_type,
  :make,
  :model,
  :platform)
  include Aws::Structure
end

#makeTypes::SetDimension

The device make criteria for the segment.

Returns:



7807
7808
7809
7810
7811
7812
7813
7814
7815
# File 'lib/aws-sdk-pinpoint/types.rb', line 7807

class SegmentDemographics < Struct.new(
  :app_version,
  :channel,
  :device_type,
  :make,
  :model,
  :platform)
  include Aws::Structure
end

#modelTypes::SetDimension

The device model criteria for the segment.

Returns:



7807
7808
7809
7810
7811
7812
7813
7814
7815
# File 'lib/aws-sdk-pinpoint/types.rb', line 7807

class SegmentDemographics < Struct.new(
  :app_version,
  :channel,
  :device_type,
  :make,
  :model,
  :platform)
  include Aws::Structure
end

#platformTypes::SetDimension

The device platform criteria for the segment.

Returns:



7807
7808
7809
7810
7811
7812
7813
7814
7815
# File 'lib/aws-sdk-pinpoint/types.rb', line 7807

class SegmentDemographics < Struct.new(
  :app_version,
  :channel,
  :device_type,
  :make,
  :model,
  :platform)
  include Aws::Structure
end