Class: Aws::CloudFront::Types::GetCachePolicyResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_policyTypes::CachePolicy

The cache policy.

Returns:



5013
5014
5015
5016
5017
5018
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5013

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

#etagString

The current version of the cache policy.

Returns:

  • (String)


5013
5014
5015
5016
5017
5018
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5013

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