class Aws::FIS::Types::StartExperimentRequest

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

data as a hash:

    {
      client_token: "ClientToken", # required
      experiment_template_id: "ExperimentTemplateId", # required
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] client_token

Unique, case-sensitive identifier that you provide to ensure the
idempotency of the request.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] experiment_template_id

The ID of the experiment template.
@return [String]

@!attribute [rw] tags

The tags to apply to the experiment.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/fis-2020-12-01/StartExperimentRequest AWS API Documentation

Constants

SENSITIVE