Class: Aws::Types::JWTOptionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::JWTOptionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#jwks_url ⇒ ::String
Returns the value of attribute jwks_url.
-
#public_key ⇒ ::String
Returns the value of attribute public_key.
-
#roles_key ⇒ ::String
Returns the value of attribute roles_key.
-
#subject_key ⇒ ::String
Returns the value of attribute subject_key.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def enabled @enabled end |
#jwks_url ⇒ ::String
Returns the value of attribute jwks_url.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def jwks_url @jwks_url end |
#public_key ⇒ ::String
Returns the value of attribute public_key.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def public_key @public_key end |
#roles_key ⇒ ::String
Returns the value of attribute roles_key.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def roles_key @roles_key end |
#subject_key ⇒ ::String
Returns the value of attribute subject_key.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def subject_key @subject_key end |