Class: Aws::ChimeSDKMessaging::Types::DescribeChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::DescribeChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel ⇒ Types::Channel
The channel details.
Instance Attribute Details
#channel ⇒ Types::Channel
The channel details.
1646 1647 1648 1649 1650 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1646 class DescribeChannelResponse < Struct.new( :channel) SENSITIVE = [] include Aws::Structure end |