Class: Aws::ChimeSDKMessaging::Types::DescribeChannelModeratedByAppInstanceUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::DescribeChannelModeratedByAppInstanceUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_user_arn ⇒ String
The ARN of the user or bot in the moderated channel.
-
#channel_arn ⇒ String
The ARN of the moderated channel.
-
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
Instance Attribute Details
#app_instance_user_arn ⇒ String
The ARN of the user or bot in the moderated channel.
1567 1568 1569 1570 1571 1572 1573 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1567 class DescribeChannelModeratedByAppInstanceUserRequest < Struct.new( :channel_arn, :app_instance_user_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#channel_arn ⇒ String
The ARN of the moderated channel.
1567 1568 1569 1570 1571 1572 1573 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1567 class DescribeChannelModeratedByAppInstanceUserRequest < Struct.new( :channel_arn, :app_instance_user_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
1567 1568 1569 1570 1571 1572 1573 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1567 class DescribeChannelModeratedByAppInstanceUserRequest < Struct.new( :channel_arn, :app_instance_user_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |