Class: Aws::FIS::Types::CreateExperimentTemplateExperimentOptionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::CreateExperimentTemplateExperimentOptionsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Specifies experiment options for an experiment template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_targeting ⇒ String
Specifies the account targeting setting for experiment options.
-
#empty_target_resolution_mode ⇒ String
Specifies the empty target resolution mode for experiment options.
Instance Attribute Details
#account_targeting ⇒ String
Specifies the account targeting setting for experiment options.
193 194 195 196 197 198 |
# File 'lib/aws-sdk-fis/types.rb', line 193 class CreateExperimentTemplateExperimentOptionsInput < Struct.new( :account_targeting, :empty_target_resolution_mode) SENSITIVE = [] include Aws::Structure end |
#empty_target_resolution_mode ⇒ String
Specifies the empty target resolution mode for experiment options.
193 194 195 196 197 198 |
# File 'lib/aws-sdk-fis/types.rb', line 193 class CreateExperimentTemplateExperimentOptionsInput < Struct.new( :account_targeting, :empty_target_resolution_mode) SENSITIVE = [] include Aws::Structure end |