Class: Aws::Types::TrustedTokenIssuerMetadata
- Inherits:
-
Object
- Object
- Aws::Types::TrustedTokenIssuerMetadata
- 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_type ⇒ "OIDC_JWT"
Returns the value of attribute trusted_token_issuer_type.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def name @name end |
#trusted_token_issuer_arn ⇒ ::String
Returns the value of attribute trusted_token_issuer_arn.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def trusted_token_issuer_arn @trusted_token_issuer_arn end |
#trusted_token_issuer_type ⇒ "OIDC_JWT"
Returns the value of attribute trusted_token_issuer_type.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def trusted_token_issuer_type @trusted_token_issuer_type end |