Class: Aws::ChimeSDKMessaging::Types::DescribeChannelBanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::DescribeChannelBanResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/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.
1442 1443 1444 1445 1446 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1442 class DescribeChannelBanResponse < Struct.new( :channel_ban) SENSITIVE = [] include Aws::Structure end |