Class: Aws::Types::BrokerNodeInfo

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)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def client_vpc_ip_address
  @client_vpc_ip_address
end

#current_broker_software_infoTypes::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.

Returns:

  • (::Array[::String])


71
72
73
# File 'sig/types.rbs', line 71

def endpoints
  @endpoints
end