Class: Aws::SSOAdmin::Types::ListInstancesRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssoadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ Integer

The maximum number of results to display for the instance.

Returns:

  • (Integer)


3280
3281
3282
3283
3284
3285
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3280

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.

Returns:

  • (String)


3280
3281
3282
3283
3284
3285
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3280

class ListInstancesRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end