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