Class: Aws::SSOAdmin::Types::ListTrustedTokenIssuersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ListTrustedTokenIssuersResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If present, this value indicates that more output is available than is included in the current response.
-
#trusted_token_issuers ⇒ Array<Types::TrustedTokenIssuerMetadata>
An array list of the trusted token issuer configurations.
Instance Attribute Details
#next_token ⇒ String
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.
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_issuers ⇒ Array<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 |