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)


1820
1821
1822
1823
1824
1825
1826
1827
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1820

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.



1820
1821
1822
1823
1824
1825
1826
1827
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1820

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)


1820
1821
1822
1823
1824
1825
1826
1827
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1820

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>)


1820
1821
1822
1823
1824
1825
1826
1827
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1820

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