Class: Aws::Types::ExperimentOptions
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentOptions
- 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.
-
#actions_mode ⇒ "skip-all", "run-all"
Returns the value of attribute actions_mode.
-
#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.
205 206 207 |
# File 'sig/types.rbs', line 205 def account_targeting @account_targeting end |
#actions_mode ⇒ "skip-all", "run-all"
Returns the value of attribute actions_mode.
207 208 209 |
# File 'sig/types.rbs', line 207 def actions_mode @actions_mode end |
#empty_target_resolution_mode ⇒ "fail", "skip"
Returns the value of attribute empty_target_resolution_mode.
206 207 208 |
# File 'sig/types.rbs', line 206 def empty_target_resolution_mode @empty_target_resolution_mode end |