Class: Aws::Types::MockInput
- Inherits:
-
Object
- Object
- Aws::Types::MockInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_output ⇒ Types::MockErrorOutput
Returns the value of attribute error_output.
-
#field_validation_mode ⇒ "STRICT", ...
Returns the value of attribute field_validation_mode.
-
#result ⇒ ::String
Returns the value of attribute result.
Instance Attribute Details
#error_output ⇒ Types::MockErrorOutput
Returns the value of attribute error_output.
798 799 800 |
# File 'sig/types.rbs', line 798 def error_output @error_output end |
#field_validation_mode ⇒ "STRICT", ...
Returns the value of attribute field_validation_mode.
799 800 801 |
# File 'sig/types.rbs', line 799 def field_validation_mode @field_validation_mode end |
#result ⇒ ::String
Returns the value of attribute result.
797 798 799 |
# File 'sig/types.rbs', line 797 def result @result end |