Class: Aws::Types::NeighborConnectionDetail
- Inherits:
-
Object
- Object
- Aws::Types::NeighborConnectionDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connections_count ⇒ ::Integer
Returns the value of attribute connections_count.
-
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
-
#destination_server_id ⇒ ::String
Returns the value of attribute destination_server_id.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
-
#transport_protocol ⇒ ::String
Returns the value of attribute transport_protocol.
Instance Attribute Details
#connections_count ⇒ ::Integer
Returns the value of attribute connections_count.
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.
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.
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.
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.
484 485 486 |
# File 'sig/types.rbs', line 484 def transport_protocol @transport_protocol end |