Class: Aws::CustomerProfiles::Types::CreateSegmentSnapshotResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_idString

The unique identifier of the segment snapshot.

Returns:

  • (String)


1857
1858
1859
1860
1861
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1857

class CreateSegmentSnapshotResponse < Struct.new(
  :snapshot_id)
  SENSITIVE = []
  include Aws::Structure
end