Method: Aws::CloudFront::Types::OriginRequestPolicyList#quantity
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
#quantity ⇒ Integer
The total number of origin request policies returned in the response.
11981 11982 11983 11984 11985 11986 11987 11988 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 11981 class OriginRequestPolicyList < Struct.new( :next_marker, :max_items, :quantity, :items) SENSITIVE = [] include Aws::Structure end |