Class: Aws::MQ::Types::CreateBrokerResponse

Inherits:
Struct
  • Object
show all
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_arnString

Returns:

  • (String)


722
723
724
725
726
727
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 722

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

#broker_idString

Returns:

  • (String)


722
723
724
725
726
727
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 722

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