Class: Aws::FIS::Types::StartExperimentExperimentOptionsInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actions_modeString

Specifies the actions mode for experiment options.

Returns:

  • (String)


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