Class: Aws::Chime::Types::DescribeChannelBanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DescribeChannelBanRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel from which the user is banned.
-
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
-
#member_arn ⇒ String
The ARN of the member being banned.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel from which the user is banned.
3209 3210 3211 3212 3213 3214 3215 |
# File 'lib/aws-sdk-chime/types.rb', line 3209 class DescribeChannelBanRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
3209 3210 3211 3212 3213 3214 3215 |
# File 'lib/aws-sdk-chime/types.rb', line 3209 class DescribeChannelBanRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#member_arn ⇒ String
The ARN of the member being banned.
3209 3210 3211 3212 3213 3214 3215 |
# File 'lib/aws-sdk-chime/types.rb', line 3209 class DescribeChannelBanRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |