class Aws::ConfigService::Types::RemediationParameterValue
The value is either a dynamic (resource) value or a static value. You must select either a dynamic value or a static value.
@note When making an API call, you may pass RemediationParameterValue
data as a hash: { resource_value: { value: "RESOURCE_ID", # required, accepts RESOURCE_ID }, static_value: { values: ["StringWithCharLimit256"], # required }, }
@!attribute [rw] resource_value
The value is dynamic and changes at run-time. @return [Types::ResourceValue]
@!attribute [rw] static_value
The value is static and does not change at run-time. @return [Types::StaticValue]
@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/RemediationParameterValue AWS API Documentation
Constants
- SENSITIVE