Class: Aws::CloudFront::Types::CacheBehaviors
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CacheBehaviors
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
A complex type that contains zero or more CacheBehavior elements.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::CacheBehavior>
Optional: A complex type that contains cache behaviors for this distribution.
-
#quantity ⇒ Integer
The number of cache behaviors for this distribution.
Instance Attribute Details
#items ⇒ Array<Types::CacheBehavior>
Optional: A complex type that contains cache behaviors for this
distribution. If Quantity is 0, you can omit Items.
1004 1005 1006 1007 1008 1009 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1004 class CacheBehaviors < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of cache behaviors for this distribution.
1004 1005 1006 1007 1008 1009 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1004 class CacheBehaviors < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |