Class: Aws::Types::ListTrustedTokenIssuersResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTrustedTokenIssuersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#trusted_token_issuers ⇒ ::Array[Types::TrustedTokenIssuerMetadata]
Returns the value of attribute trusted_token_issuers.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
997 998 999 |
# File 'sig/types.rbs', line 997 def next_token @next_token end |
#trusted_token_issuers ⇒ ::Array[Types::TrustedTokenIssuerMetadata]
Returns the value of attribute trusted_token_issuers.
996 997 998 |
# File 'sig/types.rbs', line 996 def trusted_token_issuers @trusted_token_issuers end |