Class: Aws::Types::FirewallStatefulRule
- Inherits:
-
Object
- Object
- Aws::Types::FirewallStatefulRule
- 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.
-
#direction ⇒ ::String
Returns the value of attribute direction.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#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.
9706 9707 9708 |
# File 'sig/types.rbs', line 9706 def destination_ports @destination_ports end |
#destinations ⇒ ::Array[::String]
Returns the value of attribute destinations.
9704 9705 9706 |
# File 'sig/types.rbs', line 9704 def destinations @destinations end |
#direction ⇒ ::String
Returns the value of attribute direction.
9709 9710 9711 |
# File 'sig/types.rbs', line 9709 def direction @direction end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
9707 9708 9709 |
# File 'sig/types.rbs', line 9707 def protocol @protocol end |
#rule_action ⇒ ::String
Returns the value of attribute rule_action.
9708 9709 9710 |
# File 'sig/types.rbs', line 9708 def rule_action @rule_action end |
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
9702 9703 9704 |
# File 'sig/types.rbs', line 9702 def rule_group_arn @rule_group_arn end |
#source_ports ⇒ ::Array[Types::PortRange]
Returns the value of attribute source_ports.
9705 9706 9707 |
# File 'sig/types.rbs', line 9705 def source_ports @source_ports end |
#sources ⇒ ::Array[::String]
Returns the value of attribute sources.
9703 9704 9705 |
# File 'sig/types.rbs', line 9703 def sources @sources end |