Class: Aws::CloudFront::Types::CacheBehaviors

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#itemsArray<Types::CacheBehavior>

Optional: A complex type that contains cache behaviors for this distribution. If ‘Quantity` is `0`, you can omit `Items`.

Returns:



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

#quantityInteger

The number of cache behaviors for this distribution.

Returns:

  • (Integer)


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