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.
4116 4117 4118 4119 4120 4121 4122 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4116 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.
4116 4117 4118 4119 4120 4121 4122 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4116 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.
4116 4117 4118 4119 4120 4121 4122 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4116 class GetSegmentSnapshotRequest < Struct.new( :domain_name, :segment_definition_name, :snapshot_id) SENSITIVE = [] include Aws::Structure end |