Class: Aws::CloudFront::Types::UpdateResponseHeadersPolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateResponseHeadersPolicyResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The current version of the response headers policy.
-
#response_headers_policy ⇒ Types::ResponseHeadersPolicy
A response headers policy.
Instance Attribute Details
#etag ⇒ String
The current version of the response headers policy.
13014 13015 13016 13017 13018 13019 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13014 class UpdateResponseHeadersPolicyResult < Struct.new( :response_headers_policy, :etag) SENSITIVE = [] include Aws::Structure end |
#response_headers_policy ⇒ Types::ResponseHeadersPolicy
A response headers policy.
13014 13015 13016 13017 13018 13019 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13014 class UpdateResponseHeadersPolicyResult < Struct.new( :response_headers_policy, :etag) SENSITIVE = [] include Aws::Structure end |