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

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

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:



630
631
632
633
634
635
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 630

class CacheBehaviors < Struct.new(
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#quantityInteger

The number of cache behaviors for this distribution.

Returns:

  • (Integer)


630
631
632
633
634
635
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 630

class CacheBehaviors < Struct.new(
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end