Class: Aws::MQ::Types::PromoteRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::PromoteRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #broker_id ⇒ String
-
#mode ⇒ String
The Promote mode requested.
Instance Attribute Details
#broker_id ⇒ String
2483 2484 2485 2486 2487 2488 |
# File 'lib/aws-sdk-mq/types.rb', line 2483 class PromoteRequest < Struct.new( :broker_id, :mode) SENSITIVE = [] include Aws::Structure end |
#mode ⇒ String
The Promote mode requested.
2483 2484 2485 2486 2487 2488 |
# File 'lib/aws-sdk-mq/types.rb', line 2483 class PromoteRequest < Struct.new( :broker_id, :mode) SENSITIVE = [] include Aws::Structure end |