Class: Aws::ChimeSDKMessaging::Types::ChannelFlowCallbackResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#callback_idString

The call back ID passed in the request.

Returns:

  • (String)


423
424
425
426
427
428
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 423

class ChannelFlowCallbackResponse < Struct.new(
  :channel_arn,
  :callback_id)
  SENSITIVE = []
  include Aws::Structure
end

#channel_arnString

The ARN of the channel.

Returns:

  • (String)


423
424
425
426
427
428
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 423

class ChannelFlowCallbackResponse < Struct.new(
  :channel_arn,
  :callback_id)
  SENSITIVE = []
  include Aws::Structure
end