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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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 '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 '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 '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