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.
969 970 971 |
# File 'sig/types.rbs', line 969 def destination @destination end |
#destination_port ⇒ ::String
Returns the value of attribute destination_port.
970 971 972 |
# File 'sig/types.rbs', line 970 def destination_port @destination_port end |
#direction ⇒ "FORWARD", "ANY"
Returns the value of attribute direction.
968 969 970 |
# File 'sig/types.rbs', line 968 def direction @direction end |
#protocol ⇒ "IP", ...
Returns the value of attribute protocol.
965 966 967 |
# File 'sig/types.rbs', line 965 def protocol @protocol end |
#source ⇒ ::String
Returns the value of attribute source.
966 967 968 |
# File 'sig/types.rbs', line 966 def source @source end |
#source_port ⇒ ::String
Returns the value of attribute source_port.
967 968 969 |
# File 'sig/types.rbs', line 967 def source_port @source_port end |