Class: Aws::Chime::Types::CreateChannelModeratorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateChannelModeratorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#channel_moderator_arn ⇒ String
The ARN of the moderator.
-
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
1905 1906 1907 1908 1909 1910 1911 |
# File 'lib/aws-sdk-chime/types.rb', line 1905 class CreateChannelModeratorRequest < Struct.new( :channel_arn, :channel_moderator_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#channel_moderator_arn ⇒ String
The ARN of the moderator.
1905 1906 1907 1908 1909 1910 1911 |
# File 'lib/aws-sdk-chime/types.rb', line 1905 class CreateChannelModeratorRequest < Struct.new( :channel_arn, :channel_moderator_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
1905 1906 1907 1908 1909 1910 1911 |
# File 'lib/aws-sdk-chime/types.rb', line 1905 class CreateChannelModeratorRequest < Struct.new( :channel_arn, :channel_moderator_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |