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.
73 74 75 |
# File 'sig/types.rbs', line 73 def attached_eni_id @attached_eni_id end |
#broker_id ⇒ ::Float
Returns the value of attribute broker_id.
74 75 76 |
# File 'sig/types.rbs', line 74 def broker_id @broker_id end |
#client_subnet ⇒ ::String
Returns the value of attribute client_subnet.
75 76 77 |
# File 'sig/types.rbs', line 75 def client_subnet @client_subnet end |
#client_vpc_ip_address ⇒ ::String
Returns the value of attribute client_vpc_ip_address.
76 77 78 |
# File 'sig/types.rbs', line 76 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.
77 78 79 |
# File 'sig/types.rbs', line 77 def current_broker_software_info @current_broker_software_info end |
#endpoints ⇒ ::Array[::String]
Returns the value of attribute endpoints.
78 79 80 |
# File 'sig/types.rbs', line 78 def endpoints @endpoints end |