Class: Aws::CloudFront::Types::CreateCachePolicyResult

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

A cache policy.

Returns:



1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1740

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

#etagString

The current version of the cache policy.

Returns:

  • (String)


1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1740

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

#locationString

The fully qualified URI of the cache policy just created.

Returns:

  • (String)


1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1740

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