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.
3922 3923 3924 3925 3926 3927 3928 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3922 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.
3922 3923 3924 3925 3926 3927 3928 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3922 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.
3922 3923 3924 3925 3926 3927 3928 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3922 class GetSegmentSnapshotRequest < Struct.new( :domain_name, :segment_definition_name, :snapshot_id) SENSITIVE = [] include Aws::Structure end |