Class: Aws::ChimeSDKMessaging::Types::DeleteChannelMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::DeleteChannelMembershipRequest
- Defined in:
- gems/aws-sdk-chimesdkmessaging/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
orAppInstanceBot
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 'gems/aws-sdk-chimesdkmessaging/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 'gems/aws-sdk-chimesdkmessaging/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 'gems/aws-sdk-chimesdkmessaging/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.
1318 1319 1320 1321 1322 1323 1324 1325 |
# File 'gems/aws-sdk-chimesdkmessaging/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 |