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_port_details ⇒ Types::ActionLocalPortDetails
Returns the value of attribute local_port_details.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#remote_ip_details ⇒ Types::ActionRemoteIpDetails
Returns the value of attribute remote_ip_details.
-
#remote_port_details ⇒ Types::ActionRemotePortDetails
Returns the value of attribute remote_port_details.
Instance Attribute Details
#blocked ⇒ Boolean
Returns the value of attribute blocked.
6638 6639 6640 |
# File 'sig/types.rbs', line 6638 def blocked @blocked end |
#connection_direction ⇒ ::String
Returns the value of attribute connection_direction.
6633 6634 6635 |
# File 'sig/types.rbs', line 6633 def connection_direction @connection_direction end |
#local_port_details ⇒ Types::ActionLocalPortDetails
Returns the value of attribute local_port_details.
6636 6637 6638 |
# File 'sig/types.rbs', line 6636 def local_port_details @local_port_details end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
6637 6638 6639 |
# File 'sig/types.rbs', line 6637 def protocol @protocol end |
#remote_ip_details ⇒ Types::ActionRemoteIpDetails
Returns the value of attribute remote_ip_details.
6634 6635 6636 |
# File 'sig/types.rbs', line 6634 def remote_ip_details @remote_ip_details end |
#remote_port_details ⇒ Types::ActionRemotePortDetails
Returns the value of attribute remote_port_details.
6635 6636 6637 |
# File 'sig/types.rbs', line 6635 def remote_port_details @remote_port_details end |