Class: Aws::Types::UpdateTrustedTokenIssuerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTrustedTokenIssuerRequest
- 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::TrustedTokenIssuerUpdateConfiguration
Returns the value of attribute trusted_token_issuer_configuration.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def name @name end |
#trusted_token_issuer_arn ⇒ ::String
Returns the value of attribute trusted_token_issuer_arn.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def trusted_token_issuer_arn @trusted_token_issuer_arn end |
#trusted_token_issuer_configuration ⇒ Types::TrustedTokenIssuerUpdateConfiguration
Returns the value of attribute trusted_token_issuer_configuration.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def trusted_token_issuer_configuration @trusted_token_issuer_configuration end |