Class: Aws::ChimeSDKMessaging::Types::UpdateChannelFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::UpdateChannelFlowResponse
- 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.
3255 3256 3257 3258 3259 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3255 class UpdateChannelFlowResponse < Struct.new( :channel_flow_arn) SENSITIVE = [] include Aws::Structure end |