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.
5147 5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'lib/aws-sdk-chime/types.rb', line 5147 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.
5147 5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'lib/aws-sdk-chime/types.rb', line 5147 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.
5147 5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'lib/aws-sdk-chime/types.rb', line 5147 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.
5147 5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'lib/aws-sdk-chime/types.rb', line 5147 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.
5147 5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'lib/aws-sdk-chime/types.rb', line 5147 class ListChannelMembershipsRequest < Struct.new( :channel_arn, :type, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |