class Aws::Chime::Types::DeleteChannelMembershipRequest

@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",
    }

@!attribute [rw] channel_arn

The ARN of the channel from which you want to remove the user.
@return [String]

@!attribute [rw] member_arn

The ARN of the member that you're removing from the channel.
@return [String]

@!attribute [rw] chime_bearer

The `AppInstanceUserArn` of the user that makes the API call.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteChannelMembershipRequest AWS API Documentation

Constants

SENSITIVE