Class: Aws::CloudFront::Types::Headers
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::Headers
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Note:
When making an API call, you may pass Headers data as a hash:
{
quantity: 1, # required
items: ["string"],
}
Contains a list of HTTP header names.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<String>
A list of HTTP header names.
-
#quantity ⇒ Integer
The number of header names in the ‘Items` list.