Class: Aws::CustomerProfiles::Types::DisassociateStreamForSegmentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A confirmation message indicating the stream was disassociated successfully.

Returns:

  • (String)


3034
3035
3036
3037
3038
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3034

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