Class: Aws::Chime::Types::CreateChannelBanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateChannelBanRequest
- 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 ban request.
-
#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 ban request.
1817 1818 1819 1820 1821 1822 1823 |
# File 'lib/aws-sdk-chime/types.rb', line 1817 class CreateChannelBanRequest < 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.
1817 1818 1819 1820 1821 1822 1823 |
# File 'lib/aws-sdk-chime/types.rb', line 1817 class CreateChannelBanRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#member_arn ⇒ String
The ARN of the member being banned.
1817 1818 1819 1820 1821 1822 1823 |
# File 'lib/aws-sdk-chime/types.rb', line 1817 class CreateChannelBanRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |