Class: Aws::CloudFront::Types::ResponseHeadersPolicySummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

Contains a response headers policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#response_headers_policyTypes::ResponseHeadersPolicy

The response headers policy.



12856
12857
12858
12859
12860
12861
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12856

class ResponseHeadersPolicySummary < Struct.new(
  :type,
  :response_headers_policy)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of response headers policy, either managed (created by Amazon Web Services) or custom (created in this Amazon Web Services account).

Returns:

  • (String)


12856
12857
12858
12859
12860
12861
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12856

class ResponseHeadersPolicySummary < Struct.new(
  :type,
  :response_headers_policy)
  SENSITIVE = []
  include Aws::Structure
end