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