Class: Aws::Types::PromoteRequest
- Inherits:
-
Object
- Object
- Aws::Types::PromoteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
-
#mode ⇒ "SWITCHOVER", "FAILOVER"
Returns the value of attribute mode.
Instance Attribute Details
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
698 699 700 |
# File 'sig/types.rbs', line 698 def broker_id @broker_id end |
#mode ⇒ "SWITCHOVER", "FAILOVER"
Returns the value of attribute mode.
699 700 701 |
# File 'sig/types.rbs', line 699 def mode @mode end |