Class: Aws::FIS::Types::ExperimentOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb

Overview

Describes the options for an experiment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_targetingString

The account targeting setting for an experiment.

Returns:

  • (String)


691
692
693
694
695
696
697
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 691

class ExperimentOptions < Struct.new(
  :account_targeting,
  :empty_target_resolution_mode,
  :actions_mode)
  SENSITIVE = []
  include Aws::Structure
end

#actions_modeString

The actions mode of the experiment that is set from the StartExperiment API command.

Returns:

  • (String)


691
692
693
694
695
696
697
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 691

class ExperimentOptions < Struct.new(
  :account_targeting,
  :empty_target_resolution_mode,
  :actions_mode)
  SENSITIVE = []
  include Aws::Structure
end

#empty_target_resolution_modeString

The empty target resolution mode for an experiment.

Returns:

  • (String)


691
692
693
694
695
696
697
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 691

class ExperimentOptions < Struct.new(
  :account_targeting,
  :empty_target_resolution_mode,
  :actions_mode)
  SENSITIVE = []
  include Aws::Structure
end