Class: Aws::Types::AutomationExecutionPreview
- Inherits:
-
Object
- Object
- Aws::Types::AutomationExecutionPreview
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
-
#step_previews ⇒ ::Hash[("Mutating" | "NonMutating" | "Undetermined"), ::Integer]
Returns the value of attribute step_previews.
-
#target_previews ⇒ ::Array[Types::TargetPreview]
Returns the value of attribute target_previews.
-
#total_accounts ⇒ ::Integer
Returns the value of attribute total_accounts.
Instance Attribute Details
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
382 383 384 |
# File 'sig/types.rbs', line 382 def regions @regions end |
#step_previews ⇒ ::Hash[("Mutating" | "NonMutating" | "Undetermined"), ::Integer]
Returns the value of attribute step_previews.
381 382 383 |
# File 'sig/types.rbs', line 381 def step_previews @step_previews end |
#target_previews ⇒ ::Array[Types::TargetPreview]
Returns the value of attribute target_previews.
383 384 385 |
# File 'sig/types.rbs', line 383 def target_previews @target_previews end |
#total_accounts ⇒ ::Integer
Returns the value of attribute total_accounts.
384 385 386 |
# File 'sig/types.rbs', line 384 def total_accounts @total_accounts end |