Class: Aws::CloudFront::Types::Paths

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<String>

A complex type that contains a list of the paths that you want to invalidate.

Returns:

  • (Array<String>)


9723
9724
9725
9726
9727
9728
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9723

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

#quantityInteger

The number of invalidation paths specified for the objects that you want to invalidate.

Returns:

  • (Integer)


9723
9724
9725
9726
9727
9728
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9723

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