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

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

Overview

Returns information about the created broker.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#broker_arnString

The broker's Amazon Resource Name (ARN).

Returns:

  • (String)


596
597
598
599
600
601
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 596

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

#broker_idString

The unique ID that Amazon MQ generates for the broker.

Returns:

  • (String)


596
597
598
599
600
601
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 596

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