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