Class: Aws::Types::DescribeTrustedTokenIssuerResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrustedTokenIssuerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#trusted_token_issuer_arn ⇒ ::String
Returns the value of attribute trusted_token_issuer_arn.
-
#trusted_token_issuer_configuration ⇒ Types::TrustedTokenIssuerConfiguration
Returns the value of attribute trusted_token_issuer_configuration.
-
#trusted_token_issuer_type ⇒ "OIDC_JWT"
Returns the value of attribute trusted_token_issuer_type.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
516 517 518 |
# File 'sig/types.rbs', line 516 def name @name end |
#trusted_token_issuer_arn ⇒ ::String
Returns the value of attribute trusted_token_issuer_arn.
515 516 517 |
# File 'sig/types.rbs', line 515 def trusted_token_issuer_arn @trusted_token_issuer_arn end |
#trusted_token_issuer_configuration ⇒ Types::TrustedTokenIssuerConfiguration
Returns the value of attribute trusted_token_issuer_configuration.
518 519 520 |
# File 'sig/types.rbs', line 518 def trusted_token_issuer_configuration @trusted_token_issuer_configuration end |
#trusted_token_issuer_type ⇒ "OIDC_JWT"
Returns the value of attribute trusted_token_issuer_type.
517 518 519 |
# File 'sig/types.rbs', line 517 def trusted_token_issuer_type @trusted_token_issuer_type end |