Class: Aws::MQ::Types::BrokerInstance

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

Overview

Returns information about all brokers.

Instance Attribute Summary collapse

Instance Attribute Details

#console_urlString

The URL of the broker’s ActiveMQ Web Console.

Returns:

  • (String)


28
29
30
31
32
33
# File 'lib/aws-sdk-mq/types.rb', line 28

class BrokerInstance < Struct.new(
  :console_url,
  :endpoints,
  :ip_address)
  include Aws::Structure
end

#endpointsArray<String>

The broker’s wire-level protocol endpoints.

Returns:

  • (Array<String>)


28
29
30
31
32
33
# File 'lib/aws-sdk-mq/types.rb', line 28

class BrokerInstance < Struct.new(
  :console_url,
  :endpoints,
  :ip_address)
  include Aws::Structure
end

#ip_addressString

The IP address of the Elastic Network Interface (ENI) attached to the broker.

Returns:

  • (String)


28
29
30
31
32
33
# File 'lib/aws-sdk-mq/types.rb', line 28

class BrokerInstance < Struct.new(
  :console_url,
  :endpoints,
  :ip_address)
  include Aws::Structure
end