Method: Aws::CloudFront::Types::OriginRequestPolicyList#max_items
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
#max_items ⇒ Integer
The maximum number of origin request policies requested.
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 |