Class: Aws::ChimeSDKMessaging::Types::ChannelModeratedByAppInstanceUserSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ChannelModeratedByAppInstanceUserSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Summary of the details of a moderated channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_summary ⇒ Types::ChannelSummary
Summary of the details of a ‘Channel`.
Instance Attribute Details
#channel_summary ⇒ Types::ChannelSummary
Summary of the details of a ‘Channel`.
863 864 865 866 867 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 863 class ChannelModeratedByAppInstanceUserSummary < Struct.new( :channel_summary) SENSITIVE = [] include Aws::Structure end |