Class: Aws::MQ::Types::DeleteBrokerOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mq/types.rb

Overview

Returns information about the deleted broker.

Instance Attribute Summary collapse

Instance Attribute Details

#broker_idString

The unique ID that Amazon MQ generates for the broker.

Returns:

  • (String)


700
701
702
703
# File 'lib/aws-sdk-mq/types.rb', line 700

class DeleteBrokerOutput < Struct.new(
  :broker_id)
  include Aws::Structure
end