Class: Aws::SSO::Types::ListAccountsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-core/lib/aws-sdk-sso/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:access_token]

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenString

The token issued by the CreateToken API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.

Returns:

  • (String)


164
165
166
167
168
169
170
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 164

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

#max_resultsInteger

This is the number of items clients can request per page.

Returns:

  • (Integer)


164
165
166
167
168
169
170
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 164

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

#next_tokenString

(Optional) When requesting subsequent pages, this is the page token from the previous response output.

Returns:

  • (String)


164
165
166
167
168
169
170
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 164

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