Class: Aws::Chime::Types::DeleteChannelMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DeleteChannelMembershipRequest
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Note:
When making an API call, you may pass DeleteChannelMembershipRequest data as a hash:
{
channel_arn: "ChimeArn", # required
member_arn: "ChimeArn", # required
chime_bearer: "ChimeArn",
}
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
AppInstanceUserArn
of the user that makes the API call. -
#member_arn ⇒ String
The ARN of the member that you're removing from the channel.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel from which you want to remove the user.
3475 3476 3477 3478 3479 3480 3481 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3475 class DeleteChannelMembershipRequest < 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.
3475 3476 3477 3478 3479 3480 3481 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3475 class DeleteChannelMembershipRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#member_arn ⇒ String
The ARN of the member that you're removing from the channel.
3475 3476 3477 3478 3479 3480 3481 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3475 class DeleteChannelMembershipRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |