Class: Aws::ChimeSDKMessaging::Types::ChannelBanSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ChannelBanSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/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.
341 342 343 344 345 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 341 class ChannelBanSummary < Struct.new( :member) SENSITIVE = [] include Aws::Structure end |