Class: Aws::Types::EffectivePolicyValues
- Inherits:
-
Object
- Object
- Aws::Types::EffectivePolicyValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_slo ⇒ Types::SloSource
Returns the value of attribute availability_slo.
-
#data_recovery_time_between_backups ⇒ Types::TargetSource
Returns the value of attribute data_recovery_time_between_backups.
-
#multi_az_dr_approach ⇒ Types::DisasterRecoverySource
Returns the value of attribute multi_az_dr_approach.
-
#multi_az_rpo ⇒ Types::TargetSource
Returns the value of attribute multi_az_rpo.
-
#multi_az_rto ⇒ Types::TargetSource
Returns the value of attribute multi_az_rto.
-
#multi_region_dr_approach ⇒ Types::DisasterRecoverySource
Returns the value of attribute multi_region_dr_approach.
-
#multi_region_rpo ⇒ Types::TargetSource
Returns the value of attribute multi_region_rpo.
-
#multi_region_rto ⇒ Types::TargetSource
Returns the value of attribute multi_region_rto.
Instance Attribute Details
#availability_slo ⇒ Types::SloSource
Returns the value of attribute availability_slo.
396 397 398 |
# File 'sig/types.rbs', line 396 def availability_slo @availability_slo end |
#data_recovery_time_between_backups ⇒ Types::TargetSource
Returns the value of attribute data_recovery_time_between_backups.
403 404 405 |
# File 'sig/types.rbs', line 403 def data_recovery_time_between_backups @data_recovery_time_between_backups end |
#multi_az_dr_approach ⇒ Types::DisasterRecoverySource
Returns the value of attribute multi_az_dr_approach.
399 400 401 |
# File 'sig/types.rbs', line 399 def multi_az_dr_approach @multi_az_dr_approach end |
#multi_az_rpo ⇒ Types::TargetSource
Returns the value of attribute multi_az_rpo.
398 399 400 |
# File 'sig/types.rbs', line 398 def multi_az_rpo @multi_az_rpo end |
#multi_az_rto ⇒ Types::TargetSource
Returns the value of attribute multi_az_rto.
397 398 399 |
# File 'sig/types.rbs', line 397 def multi_az_rto @multi_az_rto end |
#multi_region_dr_approach ⇒ Types::DisasterRecoverySource
Returns the value of attribute multi_region_dr_approach.
402 403 404 |
# File 'sig/types.rbs', line 402 def multi_region_dr_approach @multi_region_dr_approach end |
#multi_region_rpo ⇒ Types::TargetSource
Returns the value of attribute multi_region_rpo.
401 402 403 |
# File 'sig/types.rbs', line 401 def multi_region_rpo @multi_region_rpo end |
#multi_region_rto ⇒ Types::TargetSource
Returns the value of attribute multi_region_rto.
400 401 402 |
# File 'sig/types.rbs', line 400 def multi_region_rto @multi_region_rto end |