Class: Aws::ChimeSDKMessaging::Types::CreateChannelBanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::CreateChannelBanRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the ban request.
-
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
-
#member_arn ⇒ String
The ‘AppInstanceUserArn` of the member being banned.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the ban request.
985 986 987 988 989 990 991 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 985 class CreateChannelBanRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
985 986 987 988 989 990 991 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 985 class CreateChannelBanRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#member_arn ⇒ String
The ‘AppInstanceUserArn` of the member being banned.
985 986 987 988 989 990 991 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 985 class CreateChannelBanRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |