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

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

Overview

Returns information about the deleted 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)


1016
1017
1018
1019
1020
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1016

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