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.
9718 9719 9720 |
# File 'sig/types.rbs', line 9718 def destination_ports @destination_ports end |
#destinations ⇒ ::Array[::String]
Returns the value of attribute destinations.
9716 9717 9718 |
# File 'sig/types.rbs', line 9716 def destinations @destinations end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
9721 9722 9723 |
# File 'sig/types.rbs', line 9721 def priority @priority end |
#protocols ⇒ ::Array[::Integer]
Returns the value of attribute protocols.
9719 9720 9721 |
# File 'sig/types.rbs', line 9719 def protocols @protocols end |
#rule_action ⇒ ::String
Returns the value of attribute rule_action.
9720 9721 9722 |
# File 'sig/types.rbs', line 9720 def rule_action @rule_action end |
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
9714 9715 9716 |
# File 'sig/types.rbs', line 9714 def rule_group_arn @rule_group_arn end |
#source_ports ⇒ ::Array[Types::PortRange]
Returns the value of attribute source_ports.
9717 9718 9719 |
# File 'sig/types.rbs', line 9717 def source_ports @source_ports end |
#sources ⇒ ::Array[::String]
Returns the value of attribute sources.
9715 9716 9717 |
# File 'sig/types.rbs', line 9715 def sources @sources end |