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.
2560 2561 2562 2563 2564 |
# File 'lib/aws-sdk-fis/types.rb', line 2560 class UpdateExperimentTemplateExperimentOptionsInput < Struct.new( :empty_target_resolution_mode) SENSITIVE = [] include Aws::Structure end |