Class: Aws::ChimeSDKMessaging::Types::CreateChannelFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::CreateChannelFlowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_flow_arn ⇒ String
The ARN of the channel flow.
Instance Attribute Details
#channel_flow_arn ⇒ String
The ARN of the channel flow.
1052 1053 1054 1055 1056 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1052 class CreateChannelFlowResponse < Struct.new( :channel_flow_arn) SENSITIVE = [] include Aws::Structure end |