Class: Aws::Types::Achievability
- Inherits:
-
Object
- Object
- Aws::Types::Achievability
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_slo ⇒ "ACHIEVABLE", "NOT_ACHIEVABLE"
Returns the value of attribute availability_slo.
-
#data_recovery_time_between_backups ⇒ "ACHIEVABLE", "NOT_ACHIEVABLE"
Returns the value of attribute data_recovery_time_between_backups.
-
#multi_az_rto_rpo ⇒ "ACHIEVABLE", "NOT_ACHIEVABLE"
Returns the value of attribute multi_az_rto_rpo.
-
#multi_region_rto_rpo ⇒ "ACHIEVABLE", "NOT_ACHIEVABLE"
Returns the value of attribute multi_region_rto_rpo.
Instance Attribute Details
#availability_slo ⇒ "ACHIEVABLE", "NOT_ACHIEVABLE"
Returns the value of attribute availability_slo.
17 18 19 |
# File 'sig/types.rbs', line 17 def availability_slo @availability_slo end |
#data_recovery_time_between_backups ⇒ "ACHIEVABLE", "NOT_ACHIEVABLE"
Returns the value of attribute data_recovery_time_between_backups.
20 21 22 |
# File 'sig/types.rbs', line 20 def data_recovery_time_between_backups @data_recovery_time_between_backups end |
#multi_az_rto_rpo ⇒ "ACHIEVABLE", "NOT_ACHIEVABLE"
Returns the value of attribute multi_az_rto_rpo.
18 19 20 |
# File 'sig/types.rbs', line 18 def multi_az_rto_rpo @multi_az_rto_rpo end |
#multi_region_rto_rpo ⇒ "ACHIEVABLE", "NOT_ACHIEVABLE"
Returns the value of attribute multi_region_rto_rpo.
19 20 21 |
# File 'sig/types.rbs', line 19 def multi_region_rto_rpo @multi_region_rto_rpo end |