Class: Aws::MQ::Types::PromoteOutput

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

Instance Attribute Details

#broker_idString

The unique ID that Amazon MQ generates for the broker.

Returns:

  • (String)


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