Class: Aws::Chime::Types::ChannelBanSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ChannelBanSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Summary of the details of a ‘ChannelBan`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#member ⇒ Types::Identity
The member being banned from a channel.
Instance Attribute Details
#member ⇒ Types::Identity
The member being banned from a channel.
1155 1156 1157 1158 1159 |
# File 'lib/aws-sdk-chime/types.rb', line 1155 class ChannelBanSummary < Struct.new( :member) SENSITIVE = [] include Aws::Structure end |