class Aws::ChimeSDKMessaging::Types::CreateChannelMembershipRequest

@note When making an API call, you may pass CreateChannelMembershipRequest

data as a hash:

    {
      channel_arn: "ChimeArn", # required
      member_arn: "ChimeArn", # required
      type: "DEFAULT", # required, accepts DEFAULT, HIDDEN
      chime_bearer: "ChimeArn", # required
    }

@!attribute [rw] channel_arn

The ARN of the channel to which you're adding users.
@return [String]

@!attribute [rw] member_arn

The ARN of the member you want to add to the channel.
@return [String]

@!attribute [rw] type

The membership type of a user, `DEFAULT` or `HIDDEN`. Default
members are always returned as part of `ListChannelMemberships`.
Hidden members are only returned if the type filter in
`ListChannelMemberships` equals `HIDDEN`. Otherwise hidden members
are not returned. This is only supported by moderators.
@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-sdk-messaging-2021-05-15/CreateChannelMembershipRequest AWS API Documentation

Constants

SENSITIVE