Class: Aws::Types::GetOutboundWebIdentityFederationInfoResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetOutboundWebIdentityFederationInfoResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#issuer_identifier ⇒ ::String
Returns the value of attribute issuer_identifier.
-
#jwt_vending_enabled ⇒ Boolean
Returns the value of attribute jwt_vending_enabled.
Instance Attribute Details
#issuer_identifier ⇒ ::String
Returns the value of attribute issuer_identifier.
865 866 867 |
# File 'sig/types.rbs', line 865 def issuer_identifier @issuer_identifier end |
#jwt_vending_enabled ⇒ Boolean
Returns the value of attribute jwt_vending_enabled.
866 867 868 |
# File 'sig/types.rbs', line 866 def jwt_vending_enabled @jwt_vending_enabled end |