Class: Aws::Types::Validator
- Inherits:
-
Object
- Object
- Aws::Types::Validator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#type ⇒ "JSON_SCHEMA", "LAMBDA"
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
961 962 963 |
# File 'sig/types.rbs', line 961 def content @content end |
#type ⇒ "JSON_SCHEMA", "LAMBDA"
Returns the value of attribute type.
960 961 962 |
# File 'sig/types.rbs', line 960 def type @type end |