Class: Aws::Types::ExperimentTemplateExperimentOptions
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentTemplateExperimentOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_targeting ⇒ "single-account", "multi-account"
Returns the value of attribute account_targeting.
-
#empty_target_resolution_mode ⇒ "fail", "skip"
Returns the value of attribute empty_target_resolution_mode.
Instance Attribute Details
#account_targeting ⇒ "single-account", "multi-account"
Returns the value of attribute account_targeting.
362 363 364 |
# File 'sig/types.rbs', line 362 def account_targeting @account_targeting end |
#empty_target_resolution_mode ⇒ "fail", "skip"
Returns the value of attribute empty_target_resolution_mode.
363 364 365 |
# File 'sig/types.rbs', line 363 def empty_target_resolution_mode @empty_target_resolution_mode end |