Class: Aws::Types::FirewallStatelessRule
- Inherits:
-
Object
- Object
- Aws::Types::FirewallStatelessRule
- 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[::String]
Returns the value of attribute destinations.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#protocols ⇒ ::Array[::Integer]
Returns the value of attribute protocols.
-
#rule_action ⇒ ::String
Returns the value of attribute rule_action.
-
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
-
#source_ports ⇒ ::Array[Types::PortRange]
Returns the value of attribute source_ports.
-
#sources ⇒ ::Array[::String]
Returns the value of attribute sources.
Instance Attribute Details
#destination_ports ⇒ ::Array[Types::PortRange]
Returns the value of attribute destination_ports.
9611 9612 9613 |
# File 'sig/types.rbs', line 9611 def destination_ports @destination_ports end |
#destinations ⇒ ::Array[::String]
Returns the value of attribute destinations.
9609 9610 9611 |
# File 'sig/types.rbs', line 9609 def destinations @destinations end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
9614 9615 9616 |
# File 'sig/types.rbs', line 9614 def priority @priority end |
#protocols ⇒ ::Array[::Integer]
Returns the value of attribute protocols.
9612 9613 9614 |
# File 'sig/types.rbs', line 9612 def protocols @protocols end |
#rule_action ⇒ ::String
Returns the value of attribute rule_action.
9613 9614 9615 |
# File 'sig/types.rbs', line 9613 def rule_action @rule_action end |
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
9607 9608 9609 |
# File 'sig/types.rbs', line 9607 def rule_group_arn @rule_group_arn end |
#source_ports ⇒ ::Array[Types::PortRange]
Returns the value of attribute source_ports.
9610 9611 9612 |
# File 'sig/types.rbs', line 9610 def source_ports @source_ports end |
#sources ⇒ ::Array[::String]
Returns the value of attribute sources.
9608 9609 9610 |
# File 'sig/types.rbs', line 9608 def sources @sources end |