Class: Aws::Types::BrokerNodeInfo
- Inherits:
-
Object
- Object
- Aws::Types::BrokerNodeInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attached_eni_id ⇒ ::String
Returns the value of attribute attached_eni_id.
-
#broker_id ⇒ ::Float
Returns the value of attribute broker_id.
-
#client_subnet ⇒ ::String
Returns the value of attribute client_subnet.
-
#client_vpc_ip_address ⇒ ::String
Returns the value of attribute client_vpc_ip_address.
-
#current_broker_software_info ⇒ Types::BrokerSoftwareInfo
Returns the value of attribute current_broker_software_info.
-
#endpoints ⇒ ::Array[::String]
Returns the value of attribute endpoints.
Instance Attribute Details
#attached_eni_id ⇒ ::String
Returns the value of attribute attached_eni_id.
66 67 68 |
# File 'sig/types.rbs', line 66 def attached_eni_id @attached_eni_id end |
#broker_id ⇒ ::Float
Returns the value of attribute broker_id.
67 68 69 |
# File 'sig/types.rbs', line 67 def broker_id @broker_id end |
#client_subnet ⇒ ::String
Returns the value of attribute client_subnet.
68 69 70 |
# File 'sig/types.rbs', line 68 def client_subnet @client_subnet end |
#client_vpc_ip_address ⇒ ::String
Returns the value of attribute client_vpc_ip_address.
69 70 71 |
# File 'sig/types.rbs', line 69 def client_vpc_ip_address @client_vpc_ip_address end |
#current_broker_software_info ⇒ Types::BrokerSoftwareInfo
Returns the value of attribute current_broker_software_info.
70 71 72 |
# File 'sig/types.rbs', line 70 def current_broker_software_info @current_broker_software_info end |
#endpoints ⇒ ::Array[::String]
Returns the value of attribute endpoints.
71 72 73 |
# File 'sig/types.rbs', line 71 def endpoints @endpoints end |