Class: Aws::Pinpoint::Types::SegmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SegmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Segment definition.
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application to which the segment applies.
-
#creation_date ⇒ String
The date the segment was created in ISO 8601 format.
-
#dimensions ⇒ Types::SegmentDimensions
The segment dimensions attributes.
-
#id ⇒ String
The unique segment ID.
-
#import_definition ⇒ Types::SegmentImportResource
The import job settings.
-
#last_modified_date ⇒ String
The date the segment was last updated in ISO 8601 format.
-
#name ⇒ String
The name of segment.
-
#segment_type ⇒ String
The segment type: DIMENSIONAL - A dynamic segment built from selection criteria based on endpoint data reported by your app.
-
#version ⇒ Integer
The segment version number.
Instance Attribute Details
#application_id ⇒ String
The ID of the application to which the segment applies.
4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4163 class SegmentResponse < Struct.new( :application_id, :creation_date, :dimensions, :id, :import_definition, :last_modified_date, :name, :segment_type, :version) include Aws::Structure end |
#creation_date ⇒ String
The date the segment was created in ISO 8601 format.
4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4163 class SegmentResponse < Struct.new( :application_id, :creation_date, :dimensions, :id, :import_definition, :last_modified_date, :name, :segment_type, :version) include Aws::Structure end |
#dimensions ⇒ Types::SegmentDimensions
The segment dimensions attributes.
4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4163 class SegmentResponse < Struct.new( :application_id, :creation_date, :dimensions, :id, :import_definition, :last_modified_date, :name, :segment_type, :version) include Aws::Structure end |
#id ⇒ String
The unique segment ID.
4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4163 class SegmentResponse < Struct.new( :application_id, :creation_date, :dimensions, :id, :import_definition, :last_modified_date, :name, :segment_type, :version) include Aws::Structure end |
#import_definition ⇒ Types::SegmentImportResource
The import job settings.
4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4163 class SegmentResponse < Struct.new( :application_id, :creation_date, :dimensions, :id, :import_definition, :last_modified_date, :name, :segment_type, :version) include Aws::Structure end |
#last_modified_date ⇒ String
The date the segment was last updated in ISO 8601 format.
4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4163 class SegmentResponse < Struct.new( :application_id, :creation_date, :dimensions, :id, :import_definition, :last_modified_date, :name, :segment_type, :version) include Aws::Structure end |
#name ⇒ String
The name of segment
4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4163 class SegmentResponse < Struct.new( :application_id, :creation_date, :dimensions, :id, :import_definition, :last_modified_date, :name, :segment_type, :version) include Aws::Structure end |
#segment_type ⇒ String
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.
4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4163 class SegmentResponse < Struct.new( :application_id, :creation_date, :dimensions, :id, :import_definition, :last_modified_date, :name, :segment_type, :version) include Aws::Structure end |
#version ⇒ Integer
The segment version number.
4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4163 class SegmentResponse < Struct.new( :application_id, :creation_date, :dimensions, :id, :import_definition, :last_modified_date, :name, :segment_type, :version) include Aws::Structure end |