Class: Aws::ChimeSDKMessaging::Types::DescribeChannelBanRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/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)


1428
1429
1430
1431
1432
1433
1434
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1428

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

#chime_bearerString

The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
1434
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1428

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

#member_arnString

The AppInstanceUserArn of the member being banned.

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
1434
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1428

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