Class: Aws::CloudFront::Types::ListResponseHeadersPoliciesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListResponseHeadersPoliciesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#response_headers_policy_list ⇒ Types::ResponseHeadersPolicyList
A list of response headers policies.
Instance Attribute Details
#response_headers_policy_list ⇒ Types::ResponseHeadersPolicyList
A list of response headers policies.
8249 8250 8251 8252 8253 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8249 class ListResponseHeadersPoliciesResult < Struct.new( :response_headers_policy_list) SENSITIVE = [] include Aws::Structure end |