Class: Aws::Types::MultiAzTargets
- Inherits:
-
Object
- Object
- Aws::Types::MultiAzTargets
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disaster_recovery_approach ⇒ "ACTIVE_ACTIVE", ...
Returns the value of attribute disaster_recovery_approach.
-
#rpo_in_minutes ⇒ ::Integer
Returns the value of attribute rpo_in_minutes.
-
#rto_in_minutes ⇒ ::Integer
Returns the value of attribute rto_in_minutes.
Instance Attribute Details
#disaster_recovery_approach ⇒ "ACTIVE_ACTIVE", ...
Returns the value of attribute disaster_recovery_approach.
998 999 1000 |
# File 'sig/types.rbs', line 998 def disaster_recovery_approach @disaster_recovery_approach end |
#rpo_in_minutes ⇒ ::Integer
Returns the value of attribute rpo_in_minutes.
997 998 999 |
# File 'sig/types.rbs', line 997 def rpo_in_minutes @rpo_in_minutes end |
#rto_in_minutes ⇒ ::Integer
Returns the value of attribute rto_in_minutes.
996 997 998 |
# File 'sig/types.rbs', line 996 def rto_in_minutes @rto_in_minutes end |