Class: Aws::Chime::Types::DescribeChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DescribeChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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.
3388 3389 3390 3391 3392 |
# File 'lib/aws-sdk-chime/types.rb', line 3388 class DescribeChannelResponse < Struct.new( :channel) SENSITIVE = [] include Aws::Structure end |