Class: Aws::Connect::Types::ListInstancesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListInstancesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return per page.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return per page.
14337 14338 14339 14340 14341 14342 |
# File 'lib/aws-sdk-connect/types.rb', line 14337 class ListInstancesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
14337 14338 14339 14340 14341 14342 |
# File 'lib/aws-sdk-connect/types.rb', line 14337 class ListInstancesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |