You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::RemediationParameterValue

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RemediationParameterValue as input to an Aws::Client method, you can use a vanilla Hash:

{
  resource_value: {
    value: "RESOURCE_ID", # required, accepts RESOURCE_ID
  },
  static_value: {
    values: ["StringWithCharLimit256"], # required
  },
}

The value is either a dynamic (resource) value or a static value. You must select either a dynamic value or a static value.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_valueTypes::ResourceValue

The value is dynamic and changes at run-time.

Returns:

#static_valueTypes::StaticValue

The value is static and does not change at run-time.

Returns: