Class: Aws::Pinpoint::Types::SegmentResponse

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

Overview

Segment definition.

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application that the segment applies to.

Returns:

  • (String)


8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
8322
# File 'lib/aws-sdk-pinpoint/types.rb', line 8310

class SegmentResponse < Struct.new(
  :application_id,
  :creation_date,
  :dimensions,
  :id,
  :import_definition,
  :last_modified_date,
  :name,
  :segment_groups,
  :segment_type,
  :version)
  include Aws::Structure
end

#creation_dateString

The date and time when the segment was created.

Returns:

  • (String)


8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
8322
# File 'lib/aws-sdk-pinpoint/types.rb', line 8310

class SegmentResponse < Struct.new(
  :application_id,
  :creation_date,
  :dimensions,
  :id,
  :import_definition,
  :last_modified_date,
  :name,
  :segment_groups,
  :segment_type,
  :version)
  include Aws::Structure
end

#dimensionsTypes::SegmentDimensions

The segment dimensions attributes.



8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
8322
# File 'lib/aws-sdk-pinpoint/types.rb', line 8310

class SegmentResponse < Struct.new(
  :application_id,
  :creation_date,
  :dimensions,
  :id,
  :import_definition,
  :last_modified_date,
  :name,
  :segment_groups,
  :segment_type,
  :version)
  include Aws::Structure
end

#idString

The unique segment ID.

Returns:

  • (String)


8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
8322
# File 'lib/aws-sdk-pinpoint/types.rb', line 8310

class SegmentResponse < Struct.new(
  :application_id,
  :creation_date,
  :dimensions,
  :id,
  :import_definition,
  :last_modified_date,
  :name,
  :segment_groups,
  :segment_type,
  :version)
  include Aws::Structure
end

#import_definitionTypes::SegmentImportResource

The import job settings.



8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
8322
# File 'lib/aws-sdk-pinpoint/types.rb', line 8310

class SegmentResponse < Struct.new(
  :application_id,
  :creation_date,
  :dimensions,
  :id,
  :import_definition,
  :last_modified_date,
  :name,
  :segment_groups,
  :segment_type,
  :version)
  include Aws::Structure
end

#last_modified_dateString

The date and time when the segment was last modified.

Returns:

  • (String)


8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
8322
# File 'lib/aws-sdk-pinpoint/types.rb', line 8310

class SegmentResponse < Struct.new(
  :application_id,
  :creation_date,
  :dimensions,
  :id,
  :import_definition,
  :last_modified_date,
  :name,
  :segment_groups,
  :segment_type,
  :version)
  include Aws::Structure
end

#nameString

The name of the segment.

Returns:

  • (String)


8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
8322
# File 'lib/aws-sdk-pinpoint/types.rb', line 8310

class SegmentResponse < Struct.new(
  :application_id,
  :creation_date,
  :dimensions,
  :id,
  :import_definition,
  :last_modified_date,
  :name,
  :segment_groups,
  :segment_type,
  :version)
  include Aws::Structure
end

#segment_groupsTypes::SegmentGroupList

A segment group, which consists of zero or more source segments, plus dimensions that are applied to those source segments.



8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
8322
# File 'lib/aws-sdk-pinpoint/types.rb', line 8310

class SegmentResponse < Struct.new(
  :application_id,
  :creation_date,
  :dimensions,
  :id,
  :import_definition,
  :last_modified_date,
  :name,
  :segment_groups,
  :segment_type,
  :version)
  include Aws::Structure
end

#segment_typeString

The segment type: DIMENSIONAL - A dynamic segment built from selection criteria based on endpoint data reported by your app. You create this type of segment by using the segment builder in the Amazon Pinpoint console or by making a POST request to the segments resource. IMPORT - A static segment built from an imported set of endpoint definitions. You create this type of segment by importing a segment in the Amazon Pinpoint console or by making a POST request to the jobs/import resource.

Returns:

  • (String)


8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
8322
# File 'lib/aws-sdk-pinpoint/types.rb', line 8310

class SegmentResponse < Struct.new(
  :application_id,
  :creation_date,
  :dimensions,
  :id,
  :import_definition,
  :last_modified_date,
  :name,
  :segment_groups,
  :segment_type,
  :version)
  include Aws::Structure
end

#versionInteger

The segment version number.

Returns:

  • (Integer)


8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
8322
# File 'lib/aws-sdk-pinpoint/types.rb', line 8310

class SegmentResponse < Struct.new(
  :application_id,
  :creation_date,
  :dimensions,
  :id,
  :import_definition,
  :last_modified_date,
  :name,
  :segment_groups,
  :segment_type,
  :version)
  include Aws::Structure
end