Class: Aws::CloudFront::Types::GetResponseHeadersPolicyConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetResponseHeadersPolicyConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier for the response headers policy.
Instance Attribute Details
#id ⇒ String
The identifier for the response headers policy.
If the response headers policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ‘ListDistributions` or `GetDistribution`. If the response headers policy is not attached to a cache behavior, you can get the identifier using `ListResponseHeadersPolicies`.
5745 5746 5747 5748 5749 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5745 class GetResponseHeadersPolicyConfigRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |