Class: Aws::Types::Header
- Inherits:
-
Object
- Object
- Aws::Types::Header
- 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 ⇒ "FORWARD", "ANY"
Returns the value of attribute direction.
-
#protocol ⇒ "IP", ...
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.
960 961 962 |
# File 'sig/types.rbs', line 960 def destination @destination end |
#destination_port ⇒ ::String
Returns the value of attribute destination_port.
961 962 963 |
# File 'sig/types.rbs', line 961 def destination_port @destination_port end |
#direction ⇒ "FORWARD", "ANY"
Returns the value of attribute direction.
959 960 961 |
# File 'sig/types.rbs', line 959 def direction @direction end |
#protocol ⇒ "IP", ...
Returns the value of attribute protocol.
956 957 958 |
# File 'sig/types.rbs', line 956 def protocol @protocol end |
#source ⇒ ::String
Returns the value of attribute source.
957 958 959 |
# File 'sig/types.rbs', line 957 def source @source end |
#source_port ⇒ ::String
Returns the value of attribute source_port.
958 959 960 |
# File 'sig/types.rbs', line 958 def source_port @source_port end |