Class: Aws::ChimeSDKMessaging::Types::ChannelModerator
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ChannelModerator
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/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.
889 890 891 892 893 894 895 896 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 889 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.
889 890 891 892 893 894 895 896 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 889 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.
889 890 891 892 893 894 895 896 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 889 class ChannelModerator < Struct.new( :moderator, :channel_arn, :created_timestamp, :created_by) SENSITIVE = [] include Aws::Structure end |
#moderator ⇒ Types::Identity
The moderator’s data.
889 890 891 892 893 894 895 896 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 889 class ChannelModerator < Struct.new( :moderator, :channel_arn, :created_timestamp, :created_by) SENSITIVE = [] include Aws::Structure end |