Class: Aws::Chime::Types::DescribeChannelModeratedByAppInstanceUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DescribeChannelModeratedByAppInstanceUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_user_arn ⇒ String
The ARN of the `AppInstanceUser` in the moderated channel.
-
#channel_arn ⇒ String
The ARN of the moderated channel.
-
#chime_bearer ⇒ String
The `AppInstanceUserArn` of the user that makes the API call.
Instance Attribute Details
#app_instance_user_arn ⇒ String
The ARN of the `AppInstanceUser` in the moderated channel.
3309 3310 3311 3312 3313 3314 3315 |
# File 'lib/aws-sdk-chime/types.rb', line 3309 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.
3309 3310 3311 3312 3313 3314 3315 |
# File 'lib/aws-sdk-chime/types.rb', line 3309 class DescribeChannelModeratedByAppInstanceUserRequest < Struct.new( :channel_arn, :app_instance_user_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The `AppInstanceUserArn` of the user that makes the API call.
3309 3310 3311 3312 3313 3314 3315 |
# File 'lib/aws-sdk-chime/types.rb', line 3309 class DescribeChannelModeratedByAppInstanceUserRequest < Struct.new( :channel_arn, :app_instance_user_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |