Class: Aws::Chime::Types::ListChannelMembershipsForAppInstanceUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListChannelMembershipsForAppInstanceUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#app_instance_user_arn ⇒ String
The ARN of the `AppInstanceUser`s.
-
#chime_bearer ⇒ String
The `AppInstanceUserArn` of the user that makes the API call.
-
#max_results ⇒ Integer
The maximum number of users that you want returned.
-
#next_token ⇒ String
The token returned from previous API requests until the number of channel memberships is reached.
Instance Attribute Details
#app_instance_user_arn ⇒ String
The ARN of the `AppInstanceUser`s
4937 4938 4939 4940 4941 4942 4943 4944 |
# File 'lib/aws-sdk-chime/types.rb', line 4937 class ListChannelMembershipsForAppInstanceUserRequest < Struct.new( :app_instance_user_arn, :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.
4937 4938 4939 4940 4941 4942 4943 4944 |
# File 'lib/aws-sdk-chime/types.rb', line 4937 class ListChannelMembershipsForAppInstanceUserRequest < Struct.new( :app_instance_user_arn, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of users that you want returned.
4937 4938 4939 4940 4941 4942 4943 4944 |
# File 'lib/aws-sdk-chime/types.rb', line 4937 class ListChannelMembershipsForAppInstanceUserRequest < Struct.new( :app_instance_user_arn, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token returned from previous API requests until the number of channel memberships is reached.
4937 4938 4939 4940 4941 4942 4943 4944 |
# File 'lib/aws-sdk-chime/types.rb', line 4937 class ListChannelMembershipsForAppInstanceUserRequest < Struct.new( :app_instance_user_arn, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |