Class: Aws::MQ::Types::CreateBrokerOutput

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

Overview

Returns information about the created broker.

Instance Attribute Summary collapse

Instance Attribute Details

#broker_arnString

The Amazon Resource Name (ARN) of the broker.

Returns:

  • (String)


328
329
330
331
332
# File 'lib/aws-sdk-mq/types.rb', line 328

class CreateBrokerOutput < Struct.new(
  :broker_arn,
  :broker_id)
  include Aws::Structure
end

#broker_idString

The unique ID that Amazon MQ generates for the broker.

Returns:

  • (String)


328
329
330
331
332
# File 'lib/aws-sdk-mq/types.rb', line 328

class CreateBrokerOutput < Struct.new(
  :broker_arn,
  :broker_id)
  include Aws::Structure
end