Class: Aws::FIS::Types::StartExperimentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::StartExperimentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#experiment_options ⇒ Types::StartExperimentExperimentOptionsInput
The experiment options for running the experiment.
-
#experiment_template_id ⇒ String
The ID of the experiment template.
-
#tags ⇒ Hash<String,String>
The tags to apply to the experiment.
Instance Attribute Details
#client_token ⇒ String
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.
1918 1919 1920 1921 1922 1923 1924 1925 |
# File 'lib/aws-sdk-fis/types.rb', line 1918 class StartExperimentRequest < Struct.new( :client_token, :experiment_template_id, :experiment_options, :tags) SENSITIVE = [] include Aws::Structure end |
#experiment_options ⇒ Types::StartExperimentExperimentOptionsInput
The experiment options for running the experiment.
1918 1919 1920 1921 1922 1923 1924 1925 |
# File 'lib/aws-sdk-fis/types.rb', line 1918 class StartExperimentRequest < Struct.new( :client_token, :experiment_template_id, :experiment_options, :tags) SENSITIVE = [] include Aws::Structure end |
#experiment_template_id ⇒ String
The ID of the experiment template.
1918 1919 1920 1921 1922 1923 1924 1925 |
# File 'lib/aws-sdk-fis/types.rb', line 1918 class StartExperimentRequest < Struct.new( :client_token, :experiment_template_id, :experiment_options, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to apply to the experiment.
1918 1919 1920 1921 1922 1923 1924 1925 |
# File 'lib/aws-sdk-fis/types.rb', line 1918 class StartExperimentRequest < Struct.new( :client_token, :experiment_template_id, :experiment_options, :tags) SENSITIVE = [] include Aws::Structure end |