Class: Aws::MQ::Types::BrokerInstance
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::BrokerInstance
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Returns information about all brokers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#console_url ⇒ String
The brokers web console URL.
-
#endpoints ⇒ Array<String>
The broker’s wire-level protocol endpoints.
-
#ip_address ⇒ String
The IP address of the Elastic Network Interface (ENI) attached to the broker.
Instance Attribute Details
#console_url ⇒ String
The brokers web console URL.
127 128 129 130 131 132 133 |
# File 'lib/aws-sdk-mq/types.rb', line 127 class BrokerInstance < Struct.new( :console_url, :endpoints, :ip_address) SENSITIVE = [] include Aws::Structure end |
#endpoints ⇒ Array<String>
The broker’s wire-level protocol endpoints.
127 128 129 130 131 132 133 |
# File 'lib/aws-sdk-mq/types.rb', line 127 class BrokerInstance < Struct.new( :console_url, :endpoints, :ip_address) SENSITIVE = [] include Aws::Structure end |
#ip_address ⇒ String
The IP address of the Elastic Network Interface (ENI) attached to the broker. Does not apply to RabbitMQ brokers.
127 128 129 130 131 132 133 |
# File 'lib/aws-sdk-mq/types.rb', line 127 class BrokerInstance < Struct.new( :console_url, :endpoints, :ip_address) SENSITIVE = [] include Aws::Structure end |