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.
9386 9387 9388 |
# File 'sig/types.rbs', line 9386 def destination_ports @destination_ports end |
#destinations ⇒ ::Array[::String]
Returns the value of attribute destinations.
9384 9385 9386 |
# File 'sig/types.rbs', line 9384 def destinations @destinations end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
9389 9390 9391 |
# File 'sig/types.rbs', line 9389 def priority @priority end |
#protocols ⇒ ::Array[::Integer]
Returns the value of attribute protocols.
9387 9388 9389 |
# File 'sig/types.rbs', line 9387 def protocols @protocols end |
#rule_action ⇒ ::String
Returns the value of attribute rule_action.
9388 9389 9390 |
# File 'sig/types.rbs', line 9388 def rule_action @rule_action end |
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
9382 9383 9384 |
# File 'sig/types.rbs', line 9382 def rule_group_arn @rule_group_arn end |
#source_ports ⇒ ::Array[Types::PortRange]
Returns the value of attribute source_ports.
9385 9386 9387 |
# File 'sig/types.rbs', line 9385 def source_ports @source_ports end |
#sources ⇒ ::Array[::String]
Returns the value of attribute sources.
9383 9384 9385 |
# File 'sig/types.rbs', line 9383 def sources @sources end |