Class: Aws::Types::TrustedTokenIssuerUpdateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TrustedTokenIssuerUpdateConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: OidcJwtConfiguration, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#oidc_jwt_configuration ⇒ Types::OidcJwtUpdateConfiguration
Returns the value of attribute oidc_jwt_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#oidc_jwt_configuration ⇒ Types::OidcJwtUpdateConfiguration
Returns the value of attribute oidc_jwt_configuration.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def oidc_jwt_configuration @oidc_jwt_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def unknown @unknown end |