class Aws::Imagebuilder::Types::ComponentParameter

Contains a key/value pair that sets the named component parameter.

@note When making an API call, you may pass ComponentParameter

data as a hash:

    {
      name: "ComponentParameterName", # required
      value: ["ComponentParameterValue"], # required
    }

@!attribute [rw] name

The name of the component parameter to set.
@return [String]

@!attribute [rw] value

Sets the value for the named component parameter.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/ComponentParameter AWS API Documentation

Constants

SENSITIVE