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.
845 846 847 |
# File 'sig/types.rbs', line 845 def issuer_identifier @issuer_identifier end |
#jwt_vending_enabled ⇒ Boolean
Returns the value of attribute jwt_vending_enabled.
846 847 848 |
# File 'sig/types.rbs', line 846 def jwt_vending_enabled @jwt_vending_enabled end |