Class: Aws::Chime::Types::ListAppInstancesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListAppInstancesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of `AppInstance`s that you want to return.
-
#next_token ⇒ String
The token passed by previous API requests until you reach the maximum number of `AppInstance`s.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of `AppInstance`s that you want to return.
4734 4735 4736 4737 4738 4739 |
# File 'lib/aws-sdk-chime/types.rb', line 4734 class ListAppInstancesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token passed by previous API requests until you reach the maximum number of `AppInstance`s.
4734 4735 4736 4737 4738 4739 |
# File 'lib/aws-sdk-chime/types.rb', line 4734 class ListAppInstancesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |