Class: Aws::Types::JWTOptionsInput
- Inherits:
-
Object
- Object
- Aws::Types::JWTOptionsInput
- 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.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def enabled @enabled end |
#jwks_url ⇒ ::String
Returns the value of attribute jwks_url.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def jwks_url @jwks_url end |
#public_key ⇒ ::String
Returns the value of attribute public_key.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def public_key @public_key end |
#roles_key ⇒ ::String
Returns the value of attribute roles_key.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def roles_key @roles_key end |
#subject_key ⇒ ::String
Returns the value of attribute subject_key.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def subject_key @subject_key end |