Class: Aws::Chime::Types::ListAppInstanceUsersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListAppInstanceUsersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#app_instance_arn ⇒ String
The ARN of the `AppInstance`.
-
#max_results ⇒ Integer
The maximum number of requests that you want returned.
-
#next_token ⇒ String
The token passed by previous API calls until all requested users are returned.
Instance Attribute Details
#app_instance_arn ⇒ String
The ARN of the `AppInstance`.
4692 4693 4694 4695 4696 4697 4698 |
# File 'lib/aws-sdk-chime/types.rb', line 4692 class ListAppInstanceUsersRequest < Struct.new( :app_instance_arn, :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of requests that you want returned.
4692 4693 4694 4695 4696 4697 4698 |
# File 'lib/aws-sdk-chime/types.rb', line 4692 class ListAppInstanceUsersRequest < Struct.new( :app_instance_arn, :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token passed by previous API calls until all requested users are returned.
4692 4693 4694 4695 4696 4697 4698 |
# File 'lib/aws-sdk-chime/types.rb', line 4692 class ListAppInstanceUsersRequest < Struct.new( :app_instance_arn, :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |