Class: Aws::MQ::Types::PromoteOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::PromoteOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Returns information about the updated broker.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#broker_id ⇒ String
The unique ID that Amazon MQ generates for the broker.
Instance Attribute Details
#broker_id ⇒ String
The unique ID that Amazon MQ generates for the broker.
2468 2469 2470 2471 2472 |
# File 'lib/aws-sdk-mq/types.rb', line 2468 class PromoteOutput < Struct.new( :broker_id) SENSITIVE = [] include Aws::Structure end |