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)


7251
7252
7253
7254
7255
7256
# File 'lib/aws-sdk-cloudfront/types.rb', line 7251

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

#response_headers_policyTypes::ResponseHeadersPolicy

Contains a response headers policy.



7251
7252
7253
7254
7255
7256
# File 'lib/aws-sdk-cloudfront/types.rb', line 7251

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