Method: Aws::CloudFront::Types::CustomHeaders#quantity
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
#quantity ⇒ Integer
The number of custom headers, if any, for this distribution.
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 |