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>)


6279
6280
6281
6282
6283
6284
# File 'lib/aws-sdk-cloudfront/types.rb', line 6279

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

#quantityInteger

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

Returns:

  • (Integer)


6279
6280
6281
6282
6283
6284
# File 'lib/aws-sdk-cloudfront/types.rb', line 6279

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