Class: Aws::Types::CreateTrustedTokenIssuerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrustedTokenIssuerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
256 257 258 |
# File 'sig/types.rbs', line 256 def client_token @client_token end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
252 253 254 |
# File 'sig/types.rbs', line 252 def instance_arn @instance_arn end |
#name ⇒ ::String
Returns the value of attribute name.
253 254 255 |
# File 'sig/types.rbs', line 253 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
257 258 259 |
# File 'sig/types.rbs', line 257 def @tags end |
#trusted_token_issuer_configuration ⇒ Types::TrustedTokenIssuerConfiguration
Returns the value of attribute trusted_token_issuer_configuration.
255 256 257 |
# File 'sig/types.rbs', line 255 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.
254 255 256 |
# File 'sig/types.rbs', line 254 def trusted_token_issuer_type @trusted_token_issuer_type end |