Class: Aws::FIS::Types::ExperimentOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Describes the options for an experiment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_targeting ⇒ String
The account targeting setting for an experiment.
-
#actions_mode ⇒ String
The actions mode of the experiment that is set from the StartExperiment API command.
-
#empty_target_resolution_mode ⇒ String
The empty target resolution mode for an experiment.
Instance Attribute Details
#account_targeting ⇒ String
The account targeting setting for an experiment.
716 717 718 719 720 721 722 |
# File 'lib/aws-sdk-fis/types.rb', line 716 class ExperimentOptions < Struct.new( :account_targeting, :empty_target_resolution_mode, :actions_mode) SENSITIVE = [] include Aws::Structure end |
#actions_mode ⇒ String
The actions mode of the experiment that is set from the StartExperiment API command.
716 717 718 719 720 721 722 |
# File 'lib/aws-sdk-fis/types.rb', line 716 class ExperimentOptions < Struct.new( :account_targeting, :empty_target_resolution_mode, :actions_mode) SENSITIVE = [] include Aws::Structure end |
#empty_target_resolution_mode ⇒ String
The empty target resolution mode for an experiment.
716 717 718 719 720 721 722 |
# File 'lib/aws-sdk-fis/types.rb', line 716 class ExperimentOptions < Struct.new( :account_targeting, :empty_target_resolution_mode, :actions_mode) SENSITIVE = [] include Aws::Structure end |