Class: Aws::CloudFront::Types::Headers

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#itemsArray<String>

A list of HTTP header names.

Returns:

  • (Array<String>)


5713
5714
5715
5716
5717
5718
# File 'lib/aws-sdk-cloudfront/types.rb', line 5713

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

#quantityInteger

The number of header names in the ‘Items` list.

Returns:

  • (Integer)


5713
5714
5715
5716
5717
5718
# File 'lib/aws-sdk-cloudfront/types.rb', line 5713

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