Class: Aws::Chime::Types::DescribeChannelModeratedByAppInstanceUserRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_user_arnString

The ARN of the ‘AppInstanceUser` in the moderated channel.

Returns:

  • (String)


3311
3312
3313
3314
3315
3316
3317
# File 'lib/aws-sdk-chime/types.rb', line 3311

class DescribeChannelModeratedByAppInstanceUserRequest < Struct.new(
  :channel_arn,
  :app_instance_user_arn,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end

#channel_arnString

The ARN of the moderated channel.

Returns:

  • (String)


3311
3312
3313
3314
3315
3316
3317
# File 'lib/aws-sdk-chime/types.rb', line 3311

class DescribeChannelModeratedByAppInstanceUserRequest < Struct.new(
  :channel_arn,
  :app_instance_user_arn,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end

#chime_bearerString

The ‘AppInstanceUserArn` of the user that makes the API call.

Returns:

  • (String)


3311
3312
3313
3314
3315
3316
3317
# File 'lib/aws-sdk-chime/types.rb', line 3311

class DescribeChannelModeratedByAppInstanceUserRequest < Struct.new(
  :channel_arn,
  :app_instance_user_arn,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end