Class: Aws::MQ::Types::CreateBrokerOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::CreateBrokerOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Returns information about the created broker.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#broker_arn ⇒ String
The broker’s Amazon Resource Name (ARN).
-
#broker_id ⇒ String
The unique ID that Amazon MQ generates for the broker.
Instance Attribute Details
#broker_arn ⇒ String
The broker’s Amazon Resource Name (ARN).
606 607 608 609 610 611 |
# File 'lib/aws-sdk-mq/types.rb', line 606 class CreateBrokerOutput < Struct.new( :broker_arn, :broker_id) SENSITIVE = [] include Aws::Structure end |
#broker_id ⇒ String
The unique ID that Amazon MQ generates for the broker.
606 607 608 609 610 611 |
# File 'lib/aws-sdk-mq/types.rb', line 606 class CreateBrokerOutput < Struct.new( :broker_arn, :broker_id) SENSITIVE = [] include Aws::Structure end |