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

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

Overview

Returns information about all brokers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#console_urlString

The brokers web console URL.

Returns:

  • (String)


127
128
129
130
131
132
133
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 127

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

#endpointsArray<String>

The broker's wire-level protocol endpoints.

Returns:

  • (Array<String>)


127
128
129
130
131
132
133
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 127

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

#ip_addressString

The IP address of the Elastic Network Interface (ENI) attached to the broker. Does not apply to RabbitMQ brokers.

Returns:

  • (String)


127
128
129
130
131
132
133
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 127

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