Class: Aws::CloudFront::Types::GetResponseHeadersPolicyResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

The version identifier for the current version of the response headers policy.

Returns:

  • (String)


5626
5627
5628
5629
5630
5631
# File 'lib/aws-sdk-cloudfront/types.rb', line 5626

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

#response_headers_policyTypes::ResponseHeadersPolicy

Contains a response headers policy.



5626
5627
5628
5629
5630
5631
# File 'lib/aws-sdk-cloudfront/types.rb', line 5626

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