Class: Aws::FIS::Types::UpdateExperimentTemplateExperimentOptionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::UpdateExperimentTemplateExperimentOptionsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Specifies an experiment option for an experiment template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#empty_target_resolution_mode ⇒ String
The empty target resolution mode of the experiment template.
Instance Attribute Details
#empty_target_resolution_mode ⇒ String
The empty target resolution mode of the experiment template.
2162 2163 2164 2165 2166 |
# File 'lib/aws-sdk-fis/types.rb', line 2162 class UpdateExperimentTemplateExperimentOptionsInput < Struct.new( :empty_target_resolution_mode) SENSITIVE = [] include Aws::Structure end |