Class: Aws::CloudFront::Types::ResponseHeadersPolicySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ResponseHeadersPolicySummary
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Contains a response headers policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#response_headers_policy ⇒ Types::ResponseHeadersPolicy
The response headers policy.
-
#type ⇒ String
The type of response headers policy, either
managed
(created by Amazon Web Services) orcustom
(created in this Amazon Web Services account).
Instance Attribute Details
#response_headers_policy ⇒ Types::ResponseHeadersPolicy
The response headers policy.
11088 11089 11090 11091 11092 11093 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11088 class ResponseHeadersPolicySummary < Struct.new( :type, :response_headers_policy) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of response headers policy, either managed
(created by
Amazon Web Services) or custom
(created in this Amazon Web
Services account).
11088 11089 11090 11091 11092 11093 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11088 class ResponseHeadersPolicySummary < Struct.new( :type, :response_headers_policy) SENSITIVE = [] include Aws::Structure end |