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.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def destination_ports @destination_ports end |
#destinations ⇒ ::Array[Types::Address]
Returns the value of attribute destinations.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def destinations @destinations end |
#protocols ⇒ ::Array[::Integer]
Returns the value of attribute protocols.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def protocols @protocols end |
#source_ports ⇒ ::Array[Types::PortRange]
Returns the value of attribute source_ports.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def source_ports @source_ports end |
#sources ⇒ ::Array[Types::Address]
Returns the value of attribute sources.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def sources @sources end |
#tcp_flags ⇒ ::Array[Types::TCPFlagField]
Returns the value of attribute tcp_flags.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def tcp_flags @tcp_flags end |