Class: Aws::Types::HeaderObject
- Inherits:
-
Object
- Object
- Aws::Types::HeaderObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#headers_allow_list ⇒ ::Array[("Accept" | "Accept-Charset" | "Accept-Datetime" | "Accept-Encoding" | "Accept-Language" | "Authorization" | "CloudFront-Forwarded-Proto" | "CloudFront-Is-Desktop-Viewer" | "CloudFront-Is-Mobile-Viewer" | "CloudFront-Is-SmartTV-Viewer" | "CloudFront-Is-Tablet-Viewer" | "CloudFront-Viewer-Country" | "Host" | "Origin" | "Referer")]
Returns the value of attribute headers_allow_list.
-
#option ⇒ "none", ...
Returns the value of attribute option.
Instance Attribute Details
#headers_allow_list ⇒ ::Array[("Accept" | "Accept-Charset" | "Accept-Datetime" | "Accept-Encoding" | "Accept-Language" | "Authorization" | "CloudFront-Forwarded-Proto" | "CloudFront-Is-Desktop-Viewer" | "CloudFront-Is-Mobile-Viewer" | "CloudFront-Is-SmartTV-Viewer" | "CloudFront-Is-Tablet-Viewer" | "CloudFront-Viewer-Country" | "Host" | "Origin" | "Referer")]
Returns the value of attribute headers_allow_list.
2101 2102 2103 |
# File 'sig/types.rbs', line 2101 def headers_allow_list @headers_allow_list end |
#option ⇒ "none", ...
Returns the value of attribute option.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def option @option end |