Class: Aws::Types::FailurePolicy
- Inherits:
-
Object
- Object
- Aws::Types::FailurePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rpo_in_secs ⇒ ::Integer
Returns the value of attribute rpo_in_secs.
-
#rto_in_secs ⇒ ::Integer
Returns the value of attribute rto_in_secs.
Instance Attribute Details
#rpo_in_secs ⇒ ::Integer
Returns the value of attribute rpo_in_secs.
660 661 662 |
# File 'sig/types.rbs', line 660 def rpo_in_secs @rpo_in_secs end |
#rto_in_secs ⇒ ::Integer
Returns the value of attribute rto_in_secs.
661 662 663 |
# File 'sig/types.rbs', line 661 def rto_in_secs @rto_in_secs end |