Class: Aws::Types::JwtValidationActionAdditionalClaim
- Inherits:
-
Object
- Object
- Aws::Types::JwtValidationActionAdditionalClaim
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ "single-string", ...
Returns the value of attribute format.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#format ⇒ "single-string", ...
Returns the value of attribute format.
633 634 635 |
# File 'sig/types.rbs', line 633 def format @format end |
#name ⇒ ::String
Returns the value of attribute name.
634 635 636 |
# File 'sig/types.rbs', line 634 def name @name end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
635 636 637 |
# File 'sig/types.rbs', line 635 def values @values end |