Class: Aws::SSOAdmin::Types::ListInstancesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ListInstancesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to display for the instance.
-
#next_token ⇒ String
The pagination token for the list API.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to display for the instance.
2963 2964 2965 2966 2967 2968 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2963 class ListInstancesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
2963 2964 2965 2966 2967 2968 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2963 class ListInstancesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |