Class: Aws::FIS::Types::UpdateExperimentTemplateExperimentOptionsInput

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

Overview

Specifies an experiment option for an experiment template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#empty_target_resolution_modeString

The empty target resolution mode of the experiment template.

Returns:

  • (String)


2064
2065
2066
2067
2068
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2064

class UpdateExperimentTemplateExperimentOptionsInput < Struct.new(
  :empty_target_resolution_mode)
  SENSITIVE = []
  include Aws::Structure
end