Class: Aws::MQ::Types::CreateBrokerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::CreateBrokerResponse
- Defined in:
- gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#broker_arn ⇒ String
732 733 734 735 736 737 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 732 class CreateBrokerResponse < Struct.new( :broker_arn, :broker_id) SENSITIVE = [] include Aws::Structure end |
#broker_id ⇒ String
732 733 734 735 736 737 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 732 class CreateBrokerResponse < Struct.new( :broker_arn, :broker_id) SENSITIVE = [] include Aws::Structure end |