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)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def client_vpc_ip_address
  @client_vpc_ip_address
end

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

Returns:

  • (::Array[::String])


78
79
80
# File 'sig/types.rbs', line 78

def endpoints
  @endpoints
end