Class: Aws::MQ::Types::PromoteInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::PromoteInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Creates a Promote request with the properties specified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
The Promote mode requested.
Instance Attribute Details
#mode ⇒ String
The Promote mode requested. Note: Valid values for the parameter are SWITCHOVER, FAILOVER.
2454 2455 2456 2457 2458 |
# File 'lib/aws-sdk-mq/types.rb', line 2454 class PromoteInput < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |