Class: Aws::CustomerProfiles::Types::GetSegmentSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetSegmentSnapshotRequest
- Defined in:
- gems/aws-sdk-customerprofiles/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.
4042 4043 4044 4045 4046 4047 4048 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4042 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.
4042 4043 4044 4045 4046 4047 4048 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4042 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.
4042 4043 4044 4045 4046 4047 4048 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4042 class GetSegmentSnapshotRequest < Struct.new( :domain_name, :segment_definition_name, :snapshot_id) SENSITIVE = [] include Aws::Structure end |