Class: Aws::CloudFront::Types::CachePolicySummary

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

Overview

Contains a cache policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_policyTypes::CachePolicy

The cache policy.

Returns:



1112
1113
1114
1115
1116
1117
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1112

class CachePolicySummary < Struct.new(
  :type,
  :cache_policy)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of cache policy, either managed (created by Amazon Web Services) or custom (created in this Amazon Web Services account).

Returns:

  • (String)


1112
1113
1114
1115
1116
1117
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1112

class CachePolicySummary < Struct.new(
  :type,
  :cache_policy)
  SENSITIVE = []
  include Aws::Structure
end