Class: Aws::CloudFront::Types::CreateCachePolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateCachePolicyResult
- Defined in:
- gems/aws-sdk-cloudfront/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.
2467 2468 2469 2470 2471 2472 2473 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2467 class CreateCachePolicyResult < Struct.new( :cache_policy, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the cache policy.
2467 2468 2469 2470 2471 2472 2473 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2467 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.
2467 2468 2469 2470 2471 2472 2473 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2467 class CreateCachePolicyResult < Struct.new( :cache_policy, :location, :etag) SENSITIVE = [] include Aws::Structure end |