Class: Aws::Chime::Types::ChannelModerator
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ChannelModerator
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The details of a channel moderator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the moderator’s channel.
-
#created_by ⇒ Types::Identity
The ‘AppInstanceUser` who created the moderator.
-
#created_timestamp ⇒ Time
The time at which the moderator was created.
-
#moderator ⇒ Types::Identity
The moderator’s data.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the moderator’s channel.
1385 1386 1387 1388 1389 1390 1391 1392 |
# File 'lib/aws-sdk-chime/types.rb', line 1385 class ChannelModerator < Struct.new( :moderator, :channel_arn, :created_timestamp, :created_by) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ Types::Identity
The ‘AppInstanceUser` who created the moderator.
1385 1386 1387 1388 1389 1390 1391 1392 |
# File 'lib/aws-sdk-chime/types.rb', line 1385 class ChannelModerator < Struct.new( :moderator, :channel_arn, :created_timestamp, :created_by) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The time at which the moderator was created.
1385 1386 1387 1388 1389 1390 1391 1392 |
# File 'lib/aws-sdk-chime/types.rb', line 1385 class ChannelModerator < Struct.new( :moderator, :channel_arn, :created_timestamp, :created_by) SENSITIVE = [] include Aws::Structure end |
#moderator ⇒ Types::Identity
The moderator’s data.
1385 1386 1387 1388 1389 1390 1391 1392 |
# File 'lib/aws-sdk-chime/types.rb', line 1385 class ChannelModerator < Struct.new( :moderator, :channel_arn, :created_timestamp, :created_by) SENSITIVE = [] include Aws::Structure end |