Class: Aws::CustomerProfiles::Types::GetSegmentSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetSegmentSnapshotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique identifier of the domain.
-
#segment_definition_name ⇒ String
The unique name of the segment definition.
-
#snapshot_id ⇒ String
The unique identifier of the segment snapshot.
Instance Attribute Details
#domain_name ⇒ String
The unique identifier of the domain.
3643 3644 3645 3646 3647 3648 3649 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3643 class GetSegmentSnapshotRequest < Struct.new( :domain_name, :segment_definition_name, :snapshot_id) SENSITIVE = [] include Aws::Structure end |
#segment_definition_name ⇒ String
The unique name of the segment definition.
3643 3644 3645 3646 3647 3648 3649 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3643 class GetSegmentSnapshotRequest < Struct.new( :domain_name, :segment_definition_name, :snapshot_id) SENSITIVE = [] include Aws::Structure end |
#snapshot_id ⇒ String
The unique identifier of the segment snapshot.
3643 3644 3645 3646 3647 3648 3649 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3643 class GetSegmentSnapshotRequest < Struct.new( :domain_name, :segment_definition_name, :snapshot_id) SENSITIVE = [] include Aws::Structure end |