Class: Aws::MQ::Types::PromoteInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#modeString

The Promote mode requested. Note: Valid values for the parameter are SWITCHOVER, FAILOVER.

Returns:

  • (String)


2437
2438
2439
2440
2441
# File 'lib/aws-sdk-mq/types.rb', line 2437

class PromoteInput < Struct.new(
  :mode)
  SENSITIVE = []
  include Aws::Structure
end