Class: Aws::ChimeSDKMessaging::Types::CreateChannelFlowResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_flow_arnString

The ARN of the channel flow.

Returns:

  • (String)


1052
1053
1054
1055
1056
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1052

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