Class: Aws::Types::ZookeeperNodeInfo
- Inherits:
-
Object
- Object
- Aws::Types::ZookeeperNodeInfo
- 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.
-
#client_vpc_ip_address ⇒ ::String
Returns the value of attribute client_vpc_ip_address.
-
#endpoints ⇒ ::Array[::String]
Returns the value of attribute endpoints.
-
#zookeeper_id ⇒ ::Float
Returns the value of attribute zookeeper_id.
-
#zookeeper_version ⇒ ::String
Returns the value of attribute zookeeper_version.
Instance Attribute Details
#attached_eni_id ⇒ ::String
Returns the value of attribute attached_eni_id.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def attached_eni_id @attached_eni_id end |
#client_vpc_ip_address ⇒ ::String
Returns the value of attribute client_vpc_ip_address.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def client_vpc_ip_address @client_vpc_ip_address end |
#endpoints ⇒ ::Array[::String]
Returns the value of attribute endpoints.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def endpoints @endpoints end |
#zookeeper_id ⇒ ::Float
Returns the value of attribute zookeeper_id.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def zookeeper_id @zookeeper_id end |
#zookeeper_version ⇒ ::String
Returns the value of attribute zookeeper_version.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def zookeeper_version @zookeeper_version end |