Class: Aws::Chime::Types::DescribeChannelBanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DescribeChannelBanResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_ban ⇒ Types::ChannelBan
The details of the ban.
Instance Attribute Details
#channel_ban ⇒ Types::ChannelBan
The details of the ban.
3223 3224 3225 3226 3227 |
# File 'lib/aws-sdk-chime/types.rb', line 3223 class DescribeChannelBanResponse < Struct.new( :channel_ban) SENSITIVE = [] include Aws::Structure end |