Method: Aws::CloudFront::Types::CustomHeaders#items
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
#items ⇒ Array<Types::OriginCustomHeader>
Optional: A list that contains one ‘OriginCustomHeader` element for each custom header that you want CloudFront to forward to the origin. If Quantity is `0`, omit `Items`.
3634 3635 3636 3637 3638 3639 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3634 class CustomHeaders < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |