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.
13804 13805 13806 13807 13808 13809 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13804 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).
13804 13805 13806 13807 13808 13809 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13804 class ResponseHeadersPolicySummary < Struct.new( :type, :response_headers_policy) SENSITIVE = [] include Aws::Structure end |