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.



10514
10515
10516
10517
10518
10519
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10514

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)


10514
10515
10516
10517
10518
10519
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10514

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