Class: Aws::Types::JsonBody

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#invalid_fallback_behavior"MATCH", ...

Returns the value of attribute invalid_fallback_behavior.

Returns:

  • ("MATCH", "NO_MATCH", "EVALUATE_AS_STRING")


891
892
893
# File 'sig/types.rbs', line 891

def invalid_fallback_behavior
  @invalid_fallback_behavior
end

#match_patternTypes::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.

Returns:

  • ("ALL", "KEY", "VALUE")


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.

Returns:

  • ("CONTINUE", "MATCH", "NO_MATCH")


892
893
894
# File 'sig/types.rbs', line 892

def oversize_handling
  @oversize_handling
end