class Aws::CloudFront::Types::Headers

Contains a list of HTTP header names.

@note When making an API call, you may pass Headers

data as a hash:

    {
      quantity: 1, # required
      items: ["string"],
    }

@!attribute [rw] quantity

The number of header names in the `Items` list.
@return [Integer]

@!attribute [rw] items

A list of HTTP header names.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/Headers AWS API Documentation

Constants

SENSITIVE