Class: Aws::Types::ToolOverrideInputValue
- Inherits:
-
Object
- Object
- Aws::Types::ToolOverrideInputValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#json_path ⇒ ::String
Returns the value of attribute json_path.
-
#value ⇒ Types::ToolOverrideInputValueConfiguration
Returns the value of attribute value.
Instance Attribute Details
#json_path ⇒ ::String
Returns the value of attribute json_path.
3121 3122 3123 |
# File 'sig/types.rbs', line 3121 def json_path @json_path end |
#value ⇒ Types::ToolOverrideInputValueConfiguration
Returns the value of attribute value.
3122 3123 3124 |
# File 'sig/types.rbs', line 3122 def value @value end |