Class: Aws::FIS::Types::StartExperimentExperimentOptionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::StartExperimentExperimentOptionsInput
- Defined in:
- gems/aws-sdk-fis/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.
2288 2289 2290 2291 2292 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2288 class StartExperimentExperimentOptionsInput < Struct.new( :actions_mode) SENSITIVE = [] include Aws::Structure end |