Class: Aws::Types::RuleGroupSourceStatefulRulesHeaderDetails
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupSourceStatefulRulesHeaderDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#destination_port ⇒ ::String
Returns the value of attribute destination_port.
-
#direction ⇒ ::String
Returns the value of attribute direction.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#source_port ⇒ ::String
Returns the value of attribute source_port.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
7398 7399 7400 |
# File 'sig/types.rbs', line 7398 def destination @destination end |
#destination_port ⇒ ::String
Returns the value of attribute destination_port.
7399 7400 7401 |
# File 'sig/types.rbs', line 7399 def destination_port @destination_port end |
#direction ⇒ ::String
Returns the value of attribute direction.
7400 7401 7402 |
# File 'sig/types.rbs', line 7400 def direction @direction end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
7401 7402 7403 |
# File 'sig/types.rbs', line 7401 def protocol @protocol end |
#source ⇒ ::String
Returns the value of attribute source.
7402 7403 7404 |
# File 'sig/types.rbs', line 7402 def source @source end |
#source_port ⇒ ::String
Returns the value of attribute source_port.
7403 7404 7405 |
# File 'sig/types.rbs', line 7403 def source_port @source_port end |