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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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>)


5883
5884
5885
5886
5887
5888
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5883

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

#quantityInteger

The number of header names in the Items list.

Returns:

  • (Integer)


5883
5884
5885
5886
5887
5888
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5883

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