Class: Aws::SSOAdmin::Types::ListTrustedTokenIssuersResponse

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

#next_tokenString

If present, this value indicates that more output is available than is included in the current response. Use this value in the ‘NextToken` request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the `NextToken` response element comes back as `null`. This indicates that this is the last page of results.

Returns:

  • (String)


3285
3286
3287
3288
3289
3290
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3285

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

#trusted_token_issuersArray<Types::TrustedTokenIssuerMetadata>

An array list of the trusted token issuer configurations.



3285
3286
3287
3288
3289
3290
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3285

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