Class: Aws::CloudFront::Types::ResponseHeadersPolicyAccessControlAllowHeaders

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

A list of HTTP header names that CloudFront includes as values for the ‘Access-Control-Allow-Headers` HTTP response header.

For more information about the ‘Access-Control-Allow-Headers` HTTP response header, see [Access-Control-Allow-Headers] in the MDN Web Docs.

[1]: developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<String>

The list of HTTP header names. You can specify ‘*` to allow all headers.

Returns:

  • (Array<String>)


9745
9746
9747
9748
9749
9750
# File 'lib/aws-sdk-cloudfront/types.rb', line 9745

class ResponseHeadersPolicyAccessControlAllowHeaders < Struct.new(
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#quantityInteger

The number of HTTP header names in the list.

Returns:

  • (Integer)


9745
9746
9747
9748
9749
9750
# File 'lib/aws-sdk-cloudfront/types.rb', line 9745

class ResponseHeadersPolicyAccessControlAllowHeaders < Struct.new(
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end