Class: Aws::Types::MatchAttributes
- Inherits:
-
Object
- Object
- Aws::Types::MatchAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_ports ⇒ ::Array[Types::PortRange]
Returns the value of attribute destination_ports.
-
#destinations ⇒ ::Array[Types::Address]
Returns the value of attribute destinations.
-
#protocols ⇒ ::Array[::Integer]
Returns the value of attribute protocols.
-
#source_ports ⇒ ::Array[Types::PortRange]
Returns the value of attribute source_ports.
-
#sources ⇒ ::Array[Types::Address]
Returns the value of attribute sources.
-
#tcp_flags ⇒ ::Array[Types::TCPFlagField]
Returns the value of attribute tcp_flags.
Instance Attribute Details
#destination_ports ⇒ ::Array[Types::PortRange]
Returns the value of attribute destination_ports.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def destination_ports @destination_ports end |
#destinations ⇒ ::Array[Types::Address]
Returns the value of attribute destinations.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def destinations @destinations end |
#protocols ⇒ ::Array[::Integer]
Returns the value of attribute protocols.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def protocols @protocols end |
#source_ports ⇒ ::Array[Types::PortRange]
Returns the value of attribute source_ports.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def source_ports @source_ports end |
#sources ⇒ ::Array[Types::Address]
Returns the value of attribute sources.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def sources @sources end |
#tcp_flags ⇒ ::Array[Types::TCPFlagField]
Returns the value of attribute tcp_flags.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def tcp_flags @tcp_flags end |