Class: Aws::ChimeSDKMessaging::Types::CreateChannelModeratorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::CreateChannelModeratorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#channel_moderator ⇒ Types::Identity
The ARNs of the channel and the moderator.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
1156 1157 1158 1159 1160 1161 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1156 class CreateChannelModeratorResponse < Struct.new( :channel_arn, :channel_moderator) SENSITIVE = [] include Aws::Structure end |
#channel_moderator ⇒ Types::Identity
The ARNs of the channel and the moderator.
1156 1157 1158 1159 1160 1161 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1156 class CreateChannelModeratorResponse < Struct.new( :channel_arn, :channel_moderator) SENSITIVE = [] include Aws::Structure end |