Class: Aws::ChimeSDKMessaging::Types::DescribeChannelModeratorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::DescribeChannelModeratorRequest
- 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 ‘AppInstanceUserArn` of the channel moderator.
-
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
1602 1603 1604 1605 1606 1607 1608 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1602 class DescribeChannelModeratorRequest < Struct.new( :channel_arn, :channel_moderator_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#channel_moderator_arn ⇒ String
The ‘AppInstanceUserArn` of the channel moderator.
1602 1603 1604 1605 1606 1607 1608 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1602 class DescribeChannelModeratorRequest < 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.
1602 1603 1604 1605 1606 1607 1608 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1602 class DescribeChannelModeratorRequest < Struct.new( :channel_arn, :channel_moderator_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |