Class: Aws::CustomerProfiles::Types::CreateSegmentSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::CreateSegmentSnapshotResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_id ⇒ String
The unique identifier of the segment snapshot.
Instance Attribute Details
#snapshot_id ⇒ String
The unique identifier of the segment snapshot.
1670 1671 1672 1673 1674 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1670 class CreateSegmentSnapshotResponse < Struct.new( :snapshot_id) SENSITIVE = [] include Aws::Structure end |