Class: Aws::Types::NetworkConnectionAction
- Inherits:
-
Object
- Object
- Aws::Types::NetworkConnectionAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blocked ⇒ Boolean
Returns the value of attribute blocked.
-
#connection_direction ⇒ ::String
Returns the value of attribute connection_direction.
-
#local_ip_details ⇒ Types::LocalIpDetails
Returns the value of attribute local_ip_details.
-
#local_network_interface ⇒ ::String
Returns the value of attribute local_network_interface.
-
#local_port_details ⇒ Types::LocalPortDetails
Returns the value of attribute local_port_details.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#remote_ip_details ⇒ Types::RemoteIpDetails
Returns the value of attribute remote_ip_details.
-
#remote_port_details ⇒ Types::RemotePortDetails
Returns the value of attribute remote_port_details.
Instance Attribute Details
#blocked ⇒ Boolean
Returns the value of attribute blocked.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def blocked @blocked end |
#connection_direction ⇒ ::String
Returns the value of attribute connection_direction.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def connection_direction @connection_direction end |
#local_ip_details ⇒ Types::LocalIpDetails
Returns the value of attribute local_ip_details.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def local_ip_details @local_ip_details end |
#local_network_interface ⇒ ::String
Returns the value of attribute local_network_interface.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def local_network_interface @local_network_interface end |
#local_port_details ⇒ Types::LocalPortDetails
Returns the value of attribute local_port_details.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def local_port_details @local_port_details end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def protocol @protocol end |
#remote_ip_details ⇒ Types::RemoteIpDetails
Returns the value of attribute remote_ip_details.
2236 2237 2238 |
# File 'sig/types.rbs', line 2236 def remote_ip_details @remote_ip_details end |
#remote_port_details ⇒ Types::RemotePortDetails
Returns the value of attribute remote_port_details.
2237 2238 2239 |
# File 'sig/types.rbs', line 2237 def remote_port_details @remote_port_details end |