Class: Aws::Types::FastRestoreRule
- Inherits:
-
Object
- Object
- Aws::Types::FastRestoreRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#interval ⇒ ::Integer
Returns the value of attribute interval.
-
#interval_unit ⇒ "DAYS", ...
Returns the value of attribute interval_unit.
Instance Attribute Details
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
139 140 141 |
# File 'sig/types.rbs', line 139 def availability_zone_ids @availability_zone_ids end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
138 139 140 |
# File 'sig/types.rbs', line 138 def availability_zones @availability_zones end |
#count ⇒ ::Integer
Returns the value of attribute count.
135 136 137 |
# File 'sig/types.rbs', line 135 def count @count end |
#interval ⇒ ::Integer
Returns the value of attribute interval.
136 137 138 |
# File 'sig/types.rbs', line 136 def interval @interval end |
#interval_unit ⇒ "DAYS", ...
Returns the value of attribute interval_unit.
137 138 139 |
# File 'sig/types.rbs', line 137 def interval_unit @interval_unit end |