Class: Aws::ChimeSDKMessaging::Types::CreateChannelModeratorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::CreateChannelModeratorRequest
- 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_arn ⇒ String
The
AppInstanceUserArnof the moderator. -
#chime_bearer ⇒ String
The ARN of the
AppInstanceUserorAppInstanceBotthat makes the API call.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
1138 1139 1140 1141 1142 1143 1144 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1138 class CreateChannelModeratorRequest < Struct.new( :channel_arn, :channel_moderator_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#channel_moderator_arn ⇒ String
The AppInstanceUserArn of the moderator.
1138 1139 1140 1141 1142 1143 1144 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1138 class CreateChannelModeratorRequest < Struct.new( :channel_arn, :channel_moderator_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.
1138 1139 1140 1141 1142 1143 1144 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1138 class CreateChannelModeratorRequest < Struct.new( :channel_arn, :channel_moderator_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |