Class: Aws::Types::ToolOverrideConstantInputValue
- Inherits:
-
Object
- Object
- Aws::Types::ToolOverrideConstantInputValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "STRING", ...
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "STRING", ...
Returns the value of attribute type.
3115 3116 3117 |
# File 'sig/types.rbs', line 3115 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
3116 3117 3118 |
# File 'sig/types.rbs', line 3116 def value @value end |