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

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

Instance Attribute Details

#actions_modeString

Specifies the actions mode for experiment options.

Returns:

  • (String)


1792
1793
1794
1795
1796
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1792

class StartExperimentExperimentOptionsInput < Struct.new(
  :actions_mode)
  SENSITIVE = []
  include Aws::Structure
end