class Aws::Chime::Types::ListChannelMembershipsRequest

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

data as a hash:

    {
      channel_arn: "ChimeArn", # required
      type: "DEFAULT", # accepts DEFAULT, HIDDEN
      max_results: 1,
      next_token: "NextToken",
      chime_bearer: "ChimeArn",
    }

@!attribute [rw] channel_arn

The maximum number of channel memberships that you want returned.
@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.
@return [String]

@!attribute [rw] max_results

The maximum number of channel memberships that you want returned.
@return [Integer]

@!attribute [rw] next_token

The token passed by previous API calls until all requested channel
memberships are returned.
@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/ListChannelMembershipsRequest AWS API Documentation

Constants

SENSITIVE