Class: Aws::CloudFront::Types::CacheBehaviors
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CacheBehaviors
- Includes:
- Structure
- Defined in:
- 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`.
632 633 634 635 636 637 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 632 class CacheBehaviors < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of cache behaviors for this distribution.
632 633 634 635 636 637 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 632 class CacheBehaviors < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |