Class: Aws::Chime::Types::ListChannelMembershipsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListChannelMembershipsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The maximum number of channel memberships that you want returned.
-
#chime_bearer ⇒ String
The `AppInstanceUserArn` of the user that makes the API call.
-
#max_results ⇒ Integer
The maximum number of channel memberships that you want returned.
-
#next_token ⇒ String
The token passed by previous API calls until all requested channel memberships are returned.
-
#type ⇒ String
The membership type of a user, `DEFAULT` or `HIDDEN`.
Instance Attribute Details
#channel_arn ⇒ String
The maximum number of channel memberships that you want returned.
4992 4993 4994 4995 4996 4997 4998 4999 5000 |
# File 'lib/aws-sdk-chime/types.rb', line 4992 class ListChannelMembershipsRequest < Struct.new( :channel_arn, :type, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#chime_bearer ⇒ String
The `AppInstanceUserArn` of the user that makes the API call.
4992 4993 4994 4995 4996 4997 4998 4999 5000 |
# File 'lib/aws-sdk-chime/types.rb', line 4992 class ListChannelMembershipsRequest < Struct.new( :channel_arn, :type, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of channel memberships that you want returned.
4992 4993 4994 4995 4996 4997 4998 4999 5000 |
# File 'lib/aws-sdk-chime/types.rb', line 4992 class ListChannelMembershipsRequest < Struct.new( :channel_arn, :type, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token passed by previous API calls until all requested channel memberships are returned.
4992 4993 4994 4995 4996 4997 4998 4999 5000 |
# File 'lib/aws-sdk-chime/types.rb', line 4992 class ListChannelMembershipsRequest < Struct.new( :channel_arn, :type, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#type ⇒ String
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.
4992 4993 4994 4995 4996 4997 4998 4999 5000 |
# File 'lib/aws-sdk-chime/types.rb', line 4992 class ListChannelMembershipsRequest < Struct.new( :channel_arn, :type, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |