Class: Aws::FIS::Types::ExperimentTemplateExperimentOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentTemplateExperimentOptions
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Describes the experiment options for an experiment template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_targeting ⇒ String
The account targeting setting for an experiment template.
-
#empty_target_resolution_mode ⇒ String
The empty target resolution mode for an experiment template.
Instance Attribute Details
#account_targeting ⇒ String
The account targeting setting for an experiment template.
1095 1096 1097 1098 1099 1100 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1095 class ExperimentTemplateExperimentOptions < Struct.new( :account_targeting, :empty_target_resolution_mode) SENSITIVE = [] include Aws::Structure end |
#empty_target_resolution_mode ⇒ String
The empty target resolution mode for an experiment template.
1095 1096 1097 1098 1099 1100 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1095 class ExperimentTemplateExperimentOptions < Struct.new( :account_targeting, :empty_target_resolution_mode) SENSITIVE = [] include Aws::Structure end |