Class: Aws::Types::RestoreTestingRecoveryPointSelection
- Inherits:
-
Object
- Object
- Aws::Types::RestoreTestingRecoveryPointSelection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm ⇒ "LATEST_WITHIN_WINDOW", "RANDOM_WITHIN_WINDOW"
Returns the value of attribute algorithm.
-
#exclude_vaults ⇒ ::Array[::String]
Returns the value of attribute exclude_vaults.
-
#include_vaults ⇒ ::Array[::String]
Returns the value of attribute include_vaults.
-
#recovery_point_types ⇒ ::Array[("CONTINUOUS" | "SNAPSHOT")]
Returns the value of attribute recovery_point_types.
-
#selection_window_days ⇒ ::Integer
Returns the value of attribute selection_window_days.
Instance Attribute Details
#algorithm ⇒ "LATEST_WITHIN_WINDOW", "RANDOM_WITHIN_WINDOW"
Returns the value of attribute algorithm.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def algorithm @algorithm end |
#exclude_vaults ⇒ ::Array[::String]
Returns the value of attribute exclude_vaults.
1997 1998 1999 |
# File 'sig/types.rbs', line 1997 def exclude_vaults @exclude_vaults end |
#include_vaults ⇒ ::Array[::String]
Returns the value of attribute include_vaults.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def include_vaults @include_vaults end |
#recovery_point_types ⇒ ::Array[("CONTINUOUS" | "SNAPSHOT")]
Returns the value of attribute recovery_point_types.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def recovery_point_types @recovery_point_types end |
#selection_window_days ⇒ ::Integer
Returns the value of attribute selection_window_days.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def selection_window_days @selection_window_days end |