Class: Aws::Chime::Types::DescribeChannelBanRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel from which the user is banned.

Returns:

  • (String)


3209
3210
3211
3212
3213
3214
3215
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3209

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

#chime_bearerString

The AppInstanceUserArn of the user that makes the API call.

Returns:

  • (String)


3209
3210
3211
3212
3213
3214
3215
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3209

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

#member_arnString

The ARN of the member being banned.

Returns:

  • (String)


3209
3210
3211
3212
3213
3214
3215
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3209

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