Class: Aws::CloudFront::Types::CreateCachePolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateCachePolicyResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_policy ⇒ Types::CachePolicy
A cache policy.
-
#etag ⇒ String
The current version of the cache policy.
-
#location ⇒ String
The fully qualified URI of the cache policy just created.
Instance Attribute Details
#cache_policy ⇒ Types::CachePolicy
A cache policy.
1727 1728 1729 1730 1731 1732 1733 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1727 class CreateCachePolicyResult < Struct.new( :cache_policy, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the cache policy.
1727 1728 1729 1730 1731 1732 1733 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1727 class CreateCachePolicyResult < Struct.new( :cache_policy, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The fully qualified URI of the cache policy just created.
1727 1728 1729 1730 1731 1732 1733 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1727 class CreateCachePolicyResult < Struct.new( :cache_policy, :location, :etag) SENSITIVE = [] include Aws::Structure end |