Class: Aws::ChimeSDKMessaging::Types::DeleteChannelMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::DeleteChannelMembershipRequest
- 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 channel from which you want to remove the user.
-
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
-
#member_arn ⇒ String
The ‘AppInstanceUserArn` of the member that you’re removing from the channel.
-
#sub_channel_id ⇒ String
The ID of the SubChannel in the request.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel from which you want to remove the user.
1318 1319 1320 1321 1322 1323 1324 1325 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1318 class DeleteChannelMembershipRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
1318 1319 1320 1321 1322 1323 1324 1325 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1318 class DeleteChannelMembershipRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#member_arn ⇒ String
The ‘AppInstanceUserArn` of the member that you’re removing from the channel.
1318 1319 1320 1321 1322 1323 1324 1325 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1318 class DeleteChannelMembershipRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#sub_channel_id ⇒ String
The ID of the SubChannel in the request.
<note markdown=“1”> Only for use by moderators.
</note>
1318 1319 1320 1321 1322 1323 1324 1325 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1318 class DeleteChannelMembershipRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |