Class: Aws::Types::AddHeaderAction
- Inherits:
-
Object
- Object
- Aws::Types::AddHeaderAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#header_name ⇒ ::String
Returns the value of attribute header_name.
-
#header_value ⇒ ::String
Returns the value of attribute header_value.
Instance Attribute Details
#header_name ⇒ ::String
Returns the value of attribute header_name.
15 16 17 |
# File 'sig/types.rbs', line 15 def header_name @header_name end |
#header_value ⇒ ::String
Returns the value of attribute header_value.
16 17 18 |
# File 'sig/types.rbs', line 16 def header_value @header_value end |