Class: Aws::FIS::Types::StartExperimentExperimentOptionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::StartExperimentExperimentOptionsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Specifies experiment options for running an experiment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions_mode ⇒ String
Specifies the actions mode for experiment options.
Instance Attribute Details
#actions_mode ⇒ String
Specifies the actions mode for experiment options.
1890 1891 1892 1893 1894 |
# File 'lib/aws-sdk-fis/types.rb', line 1890 class StartExperimentExperimentOptionsInput < Struct.new( :actions_mode) SENSITIVE = [] include Aws::Structure end |