Class: Aws::Types::RuleGroupSourceStatelessRuleMatchAttributes
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupSourceStatelessRuleMatchAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_ports ⇒ ::Array[Types::RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts]
Returns the value of attribute destination_ports.
-
#destinations ⇒ ::Array[Types::RuleGroupSourceStatelessRuleMatchAttributesDestinations]
Returns the value of attribute destinations.
-
#protocols ⇒ ::Array[::Integer]
Returns the value of attribute protocols.
-
#source_ports ⇒ ::Array[Types::RuleGroupSourceStatelessRuleMatchAttributesSourcePorts]
Returns the value of attribute source_ports.
-
#sources ⇒ ::Array[Types::RuleGroupSourceStatelessRuleMatchAttributesSources]
Returns the value of attribute sources.
-
#tcp_flags ⇒ ::Array[Types::RuleGroupSourceStatelessRuleMatchAttributesTcpFlags]
Returns the value of attribute tcp_flags.
Instance Attribute Details
#destination_ports ⇒ ::Array[Types::RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts]
Returns the value of attribute destination_ports.
7420 7421 7422 |
# File 'sig/types.rbs', line 7420 def destination_ports @destination_ports end |
#destinations ⇒ ::Array[Types::RuleGroupSourceStatelessRuleMatchAttributesDestinations]
Returns the value of attribute destinations.
7421 7422 7423 |
# File 'sig/types.rbs', line 7421 def destinations @destinations end |
#protocols ⇒ ::Array[::Integer]
Returns the value of attribute protocols.
7422 7423 7424 |
# File 'sig/types.rbs', line 7422 def protocols @protocols end |
#source_ports ⇒ ::Array[Types::RuleGroupSourceStatelessRuleMatchAttributesSourcePorts]
Returns the value of attribute source_ports.
7423 7424 7425 |
# File 'sig/types.rbs', line 7423 def source_ports @source_ports end |
#sources ⇒ ::Array[Types::RuleGroupSourceStatelessRuleMatchAttributesSources]
Returns the value of attribute sources.
7424 7425 7426 |
# File 'sig/types.rbs', line 7424 def sources @sources end |
#tcp_flags ⇒ ::Array[Types::RuleGroupSourceStatelessRuleMatchAttributesTcpFlags]
Returns the value of attribute tcp_flags.
7425 7426 7427 |
# File 'sig/types.rbs', line 7425 def tcp_flags @tcp_flags end |