class Aws::ChimeSDKMessaging::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", # required }
@!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-sdk-messaging-2021-05-15/ListChannelMembershipsRequest AWS API Documentation
Constants
- SENSITIVE