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:



6520
6521
6522
6523
6524
6525
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6520

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

#etagString

The current version of the cache policy.

Returns:

  • (String)


6520
6521
6522
6523
6524
6525
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6520

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