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.
13781 13782 13783 13784 13785 13786 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13781 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).
13781 13782 13783 13784 13785 13786 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13781 class ResponseHeadersPolicySummary < Struct.new( :type, :response_headers_policy) SENSITIVE = [] include Aws::Structure end |