Class: Aws::Types::NeighborConnectionDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connections_count::Integer

Returns the value of attribute connections_count.

Returns:

  • (::Integer)


485
486
487
# File 'sig/types.rbs', line 485

def connections_count
  @connections_count
end

#destination_port::Integer

Returns the value of attribute destination_port.

Returns:

  • (::Integer)


483
484
485
# File 'sig/types.rbs', line 483

def destination_port
  @destination_port
end

#destination_server_id::String

Returns the value of attribute destination_server_id.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def destination_server_id
  @destination_server_id
end

#source_server_id::String

Returns the value of attribute source_server_id.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def source_server_id
  @source_server_id
end

#transport_protocol::String

Returns the value of attribute transport_protocol.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def transport_protocol
  @transport_protocol
end