Class: Aws::Types::ConnectionHeaderParameter
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionHeaderParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_value_secret ⇒ Boolean
Returns the value of attribute is_value_secret.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#is_value_secret ⇒ Boolean
Returns the value of attribute is_value_secret.
135 136 137 |
# File 'sig/types.rbs', line 135 def is_value_secret @is_value_secret end |
#key ⇒ ::String
Returns the value of attribute key.
133 134 135 |
# File 'sig/types.rbs', line 133 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
134 135 136 |
# File 'sig/types.rbs', line 134 def value @value end |