Class: Aws::Types::ToolOverrideInputValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#json_path::String

Returns the value of attribute json_path.

Returns:

  • (::String)


3121
3122
3123
# File 'sig/types.rbs', line 3121

def json_path
  @json_path
end

#valueTypes::ToolOverrideInputValueConfiguration

Returns the value of attribute value.



3122
3123
3124
# File 'sig/types.rbs', line 3122

def value
  @value
end