Class: Aws::CustomerProfiles::Types::CreateSegmentSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::CreateSegmentSnapshotResponse
- Defined in:
- gems/aws-sdk-customerprofiles/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.
2063 2064 2065 2066 2067 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2063 class CreateSegmentSnapshotResponse < Struct.new( :snapshot_id) SENSITIVE = [] include Aws::Structure end |