Class: Aws::Types::JsonBody
- Inherits:
-
Object
- Object
- Aws::Types::JsonBody
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invalid_fallback_behavior ⇒ "MATCH", ...
Returns the value of attribute invalid_fallback_behavior.
-
#match_pattern ⇒ Types::JsonMatchPattern
Returns the value of attribute match_pattern.
-
#match_scope ⇒ "ALL", ...
Returns the value of attribute match_scope.
-
#oversize_handling ⇒ "CONTINUE", ...
Returns the value of attribute oversize_handling.
Instance Attribute Details
#invalid_fallback_behavior ⇒ "MATCH", ...
Returns the value of attribute invalid_fallback_behavior.
891 892 893 |
# File 'sig/types.rbs', line 891 def invalid_fallback_behavior @invalid_fallback_behavior end |
#match_pattern ⇒ Types::JsonMatchPattern
Returns the value of attribute match_pattern.
889 890 891 |
# File 'sig/types.rbs', line 889 def match_pattern @match_pattern end |
#match_scope ⇒ "ALL", ...
Returns the value of attribute match_scope.
890 891 892 |
# File 'sig/types.rbs', line 890 def match_scope @match_scope end |
#oversize_handling ⇒ "CONTINUE", ...
Returns the value of attribute oversize_handling.
892 893 894 |
# File 'sig/types.rbs', line 892 def oversize_handling @oversize_handling end |