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