class Aws::EventBridge::Types::RunCommandParameters

This parameter contains the criteria (either InstanceIds or a tag) used to specify which EC2 instances are to be sent the command.

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

data as a hash:

    {
      run_command_targets: [ # required
        {
          key: "RunCommandTargetKey", # required
          values: ["RunCommandTargetValue"], # required
        },
      ],
    }

@!attribute [rw] run_command_targets

Currently, we support including only one RunCommandTarget block,
which specifies either an array of InstanceIds or a tag.
@return [Array<Types::RunCommandTarget>]

@see docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/RunCommandParameters AWS API Documentation

Constants

SENSITIVE