Class: Aws::CloudFront::Types::Headers
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::Headers
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
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.
Instance Attribute Details
#items ⇒ Array<String>
A list of HTTP header names.
7395 7396 7397 7398 7399 7400 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7395 class Headers < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of header names in the ‘Items` list.
7395 7396 7397 7398 7399 7400 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7395 class Headers < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |