Class: Aws::Types::Network
- Inherits:
-
Object
- Object
- Aws::Types::Network
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_domain ⇒ ::String
Returns the value of attribute destination_domain.
-
#destination_ip_v4 ⇒ ::String
Returns the value of attribute destination_ip_v4.
-
#destination_ip_v6 ⇒ ::String
Returns the value of attribute destination_ip_v6.
-
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
-
#direction ⇒ "IN", "OUT"
Returns the value of attribute direction.
-
#open_port_range ⇒ Types::PortRange
Returns the value of attribute open_port_range.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#source_domain ⇒ ::String
Returns the value of attribute source_domain.
-
#source_ip_v4 ⇒ ::String
Returns the value of attribute source_ip_v4.
-
#source_ip_v6 ⇒ ::String
Returns the value of attribute source_ip_v6.
-
#source_mac ⇒ ::String
Returns the value of attribute source_mac.
-
#source_port ⇒ ::Integer
Returns the value of attribute source_port.
Instance Attribute Details
#destination_domain ⇒ ::String
Returns the value of attribute destination_domain.
6617 6618 6619 |
# File 'sig/types.rbs', line 6617 def destination_domain @destination_domain end |
#destination_ip_v4 ⇒ ::String
Returns the value of attribute destination_ip_v4.
6614 6615 6616 |
# File 'sig/types.rbs', line 6614 def destination_ip_v4 @destination_ip_v4 end |
#destination_ip_v6 ⇒ ::String
Returns the value of attribute destination_ip_v6.
6615 6616 6617 |
# File 'sig/types.rbs', line 6615 def destination_ip_v6 @destination_ip_v6 end |
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
6616 6617 6618 |
# File 'sig/types.rbs', line 6616 def destination_port @destination_port end |
#direction ⇒ "IN", "OUT"
Returns the value of attribute direction.
6606 6607 6608 |
# File 'sig/types.rbs', line 6606 def direction @direction end |
#open_port_range ⇒ Types::PortRange
Returns the value of attribute open_port_range.
6608 6609 6610 |
# File 'sig/types.rbs', line 6608 def open_port_range @open_port_range end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
6607 6608 6609 |
# File 'sig/types.rbs', line 6607 def protocol @protocol end |
#source_domain ⇒ ::String
Returns the value of attribute source_domain.
6612 6613 6614 |
# File 'sig/types.rbs', line 6612 def source_domain @source_domain end |
#source_ip_v4 ⇒ ::String
Returns the value of attribute source_ip_v4.
6609 6610 6611 |
# File 'sig/types.rbs', line 6609 def source_ip_v4 @source_ip_v4 end |
#source_ip_v6 ⇒ ::String
Returns the value of attribute source_ip_v6.
6610 6611 6612 |
# File 'sig/types.rbs', line 6610 def source_ip_v6 @source_ip_v6 end |
#source_mac ⇒ ::String
Returns the value of attribute source_mac.
6613 6614 6615 |
# File 'sig/types.rbs', line 6613 def source_mac @source_mac end |
#source_port ⇒ ::Integer
Returns the value of attribute source_port.
6611 6612 6613 |
# File 'sig/types.rbs', line 6611 def source_port @source_port end |