class Aws::Backup::Types::ControlInputParameter

A list of parameters for a control. A control can have zero, one, or more than one parameter. An example of a control with two parameters is: “backup plan frequency is at least `daily` and the retention period is at least `1 year`”. The first parameter is `daily`. The second parameter is `1 year`.

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

data as a hash:

    {
      parameter_name: "ParameterName",
      parameter_value: "ParameterValue",
    }

@!attribute [rw] parameter_name

The name of a parameter, for example, `BackupPlanFrequency`.
@return [String]

@!attribute [rw] parameter_value

The value of parameter, for example, `hourly`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ControlInputParameter AWS API Documentation

Constants

SENSITIVE