Class: Aws::Chime::Types::ChannelModeratedByAppInstanceUserSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ChannelModeratedByAppInstanceUserSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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`.
1359 1360 1361 1362 1363 |
# File 'lib/aws-sdk-chime/types.rb', line 1359 class ChannelModeratedByAppInstanceUserSummary < Struct.new( :channel_summary) SENSITIVE = [] include Aws::Structure end |