Class: Aws::Types::RemediationParameterValue
- Inherits:
-
Object
- Object
- Aws::Types::RemediationParameterValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_value ⇒ Types::ResourceValue
Returns the value of attribute resource_value.
-
#static_value ⇒ Types::StaticValue
Returns the value of attribute static_value.
Instance Attribute Details
#resource_value ⇒ Types::ResourceValue
Returns the value of attribute resource_value.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def resource_value @resource_value end |
#static_value ⇒ Types::StaticValue
Returns the value of attribute static_value.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def static_value @static_value end |