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.
403 404 405 |
# File 'sig/types.rbs', line 403 def availability_slo @availability_slo end |
#data_recovery_time_between_backups ⇒ Types::TargetSource
Returns the value of attribute data_recovery_time_between_backups.
410 411 412 |
# File 'sig/types.rbs', line 410 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.
406 407 408 |
# File 'sig/types.rbs', line 406 def multi_az_dr_approach @multi_az_dr_approach end |
#multi_az_rpo ⇒ Types::TargetSource
Returns the value of attribute multi_az_rpo.
405 406 407 |
# File 'sig/types.rbs', line 405 def multi_az_rpo @multi_az_rpo end |
#multi_az_rto ⇒ Types::TargetSource
Returns the value of attribute multi_az_rto.
404 405 406 |
# File 'sig/types.rbs', line 404 def multi_az_rto @multi_az_rto end |
#multi_region_dr_approach ⇒ Types::DisasterRecoverySource
Returns the value of attribute multi_region_dr_approach.
409 410 411 |
# File 'sig/types.rbs', line 409 def multi_region_dr_approach @multi_region_dr_approach end |
#multi_region_rpo ⇒ Types::TargetSource
Returns the value of attribute multi_region_rpo.
408 409 410 |
# File 'sig/types.rbs', line 408 def multi_region_rpo @multi_region_rpo end |
#multi_region_rto ⇒ Types::TargetSource
Returns the value of attribute multi_region_rto.
407 408 409 |
# File 'sig/types.rbs', line 407 def multi_region_rto @multi_region_rto end |