Class: Aws::ChimeSDKMessaging::Types::DescribeChannelFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::DescribeChannelFlowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_flow ⇒ Types::ChannelFlow
The channel flow details.
Instance Attribute Details
#channel_flow ⇒ Types::ChannelFlow
The channel flow details.
1466 1467 1468 1469 1470 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1466 class DescribeChannelFlowResponse < Struct.new( :channel_flow) SENSITIVE = [] include Aws::Structure end |