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

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

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_versionTypes::SetDimension

The app version criteria for the segment.

Returns:



11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11065

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

#channelTypes::SetDimension

The channel criteria for the segment.

Returns:



11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11065

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

#device_typeTypes::SetDimension

The device type criteria for the segment.

Returns:



11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11065

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

#makeTypes::SetDimension

The device make criteria for the segment.

Returns:



11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11065

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

#modelTypes::SetDimension

The device model criteria for the segment.

Returns:



11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11065

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

#platformTypes::SetDimension

The device platform criteria for the segment.

Returns:



11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11065

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