Class: Aws::Chime::Types::DescribeChannelModeratorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DescribeChannelModeratorRequest
- 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 channel 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.
3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-chime/types.rb', line 3345 class DescribeChannelModeratorRequest < Struct.new( :channel_arn, :channel_moderator_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#channel_moderator_arn ⇒ String
The ARN of the channel moderator.
3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-chime/types.rb', line 3345 class DescribeChannelModeratorRequest < 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.
3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-chime/types.rb', line 3345 class DescribeChannelModeratorRequest < Struct.new( :channel_arn, :channel_moderator_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |