Class: Aws::CloudFront::Types::CreateResponseHeadersPolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateResponseHeadersPolicyResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The version identifier for the current version of the response headers policy.
-
#location ⇒ String
The URL of the response headers policy.
-
#response_headers_policy ⇒ Types::ResponseHeadersPolicy
Contains a response headers policy.
Instance Attribute Details
#etag ⇒ String
The version identifier for the current version of the response headers policy.
2373 2374 2375 2376 2377 2378 2379 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2373 class CreateResponseHeadersPolicyResult < Struct.new( :response_headers_policy, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The URL of the response headers policy.
2373 2374 2375 2376 2377 2378 2379 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2373 class CreateResponseHeadersPolicyResult < Struct.new( :response_headers_policy, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#response_headers_policy ⇒ Types::ResponseHeadersPolicy
Contains a response headers policy.
2373 2374 2375 2376 2377 2378 2379 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2373 class CreateResponseHeadersPolicyResult < Struct.new( :response_headers_policy, :location, :etag) SENSITIVE = [] include Aws::Structure end |