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.
8242 8243 8244 8245 8246 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8242 class ListResponseHeadersPoliciesResult < Struct.new( :response_headers_policy_list) SENSITIVE = [] include Aws::Structure end |