class Aws::Chime::Types::BatchCreateChannelMembershipRequest

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

data as a hash:

    {
      channel_arn: "ChimeArn", # required
      type: "DEFAULT", # accepts DEFAULT, HIDDEN
      member_arns: ["ChimeArn"], # required
      chime_bearer: "ChimeArn",
    }

@!attribute [rw] channel_arn

The ARN of the channel to which you're adding users.
@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] member_arns

The ARNs of the members you want to add to the channel.
@return [Array<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/BatchCreateChannelMembershipRequest AWS API Documentation

Constants

SENSITIVE