Class: Aws::Types::ZookeeperNodeInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attached_eni_id::String

Returns the value of attribute attached_eni_id.

Returns:

  • (::String)


1769
1770
1771
# File 'sig/types.rbs', line 1769

def attached_eni_id
  @attached_eni_id
end

#client_vpc_ip_address::String

Returns the value of attribute client_vpc_ip_address.

Returns:

  • (::String)


1770
1771
1772
# File 'sig/types.rbs', line 1770

def client_vpc_ip_address
  @client_vpc_ip_address
end

#endpoints::Array[::String]

Returns the value of attribute endpoints.

Returns:

  • (::Array[::String])


1771
1772
1773
# File 'sig/types.rbs', line 1771

def endpoints
  @endpoints
end

#zookeeper_id::Float

Returns the value of attribute zookeeper_id.

Returns:

  • (::Float)


1772
1773
1774
# File 'sig/types.rbs', line 1772

def zookeeper_id
  @zookeeper_id
end

#zookeeper_version::String

Returns the value of attribute zookeeper_version.

Returns:

  • (::String)


1773
1774
1775
# File 'sig/types.rbs', line 1773

def zookeeper_version
  @zookeeper_version
end