Class: Aws::CloudFront::Types::GetResponseHeadersPolicyConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetResponseHeadersPolicyConfigResult
- 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.
-
#response_headers_policy_config ⇒ Types::ResponseHeadersPolicyConfig
Contains a response headers policy.
Instance Attribute Details
#etag ⇒ String
The version identifier for the current version of the response headers policy.
5762 5763 5764 5765 5766 5767 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5762 class GetResponseHeadersPolicyConfigResult < Struct.new( :response_headers_policy_config, :etag) SENSITIVE = [] include Aws::Structure end |
#response_headers_policy_config ⇒ Types::ResponseHeadersPolicyConfig
Contains a response headers policy.
5762 5763 5764 5765 5766 5767 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5762 class GetResponseHeadersPolicyConfigResult < Struct.new( :response_headers_policy_config, :etag) SENSITIVE = [] include Aws::Structure end |