Method: Aws::CloudFront::Types::CustomHeaders#quantity

Defined in:
lib/aws-sdk-cloudfront/types.rb

#quantityInteger

The number of custom headers, if any, for this distribution.

Returns:

  • (Integer)


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