Class: Aws::CloudFront::Types::ResponseHeadersPolicySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ResponseHeadersPolicySummary
- Includes:
- Structure
- Defined in:
- 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) or `custom` (created in this Amazon Web Services account).
Instance Attribute Details
#response_headers_policy ⇒ Types::ResponseHeadersPolicy
The response headers policy.
10516 10517 10518 10519 10520 10521 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 10516 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).
10516 10517 10518 10519 10520 10521 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 10516 class ResponseHeadersPolicySummary < Struct.new( :type, :response_headers_policy) SENSITIVE = [] include Aws::Structure end |