Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::FIS::Types::StartExperimentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)

2316
2317
2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2316

class StartExperimentRequest < Struct.new(
  :client_token,
  :experiment_template_id,
  :experiment_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_optionsTypes::StartExperimentExperimentOptionsInput

The experiment options for running the experiment.


2316
2317
2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2316

class StartExperimentRequest < Struct.new(
  :client_token,
  :experiment_template_id,
  :experiment_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_template_idString

The ID of the experiment template.

Returns:

  • (String)

2316
2317
2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2316

class StartExperimentRequest < Struct.new(
  :client_token,
  :experiment_template_id,
  :experiment_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags to apply to the experiment.

Returns:

  • (Hash<String,String>)

2316
2317
2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2316

class StartExperimentRequest < Struct.new(
  :client_token,
  :experiment_template_id,
  :experiment_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end