Class: Aws::CloudFront::Types::UpdateResponseHeadersPolicyRequest

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

#idString

The identifier for the response headers policy that you are updating.

Returns:

  • (String)


12994
12995
12996
12997
12998
12999
13000
# File 'lib/aws-sdk-cloudfront/types.rb', line 12994

class UpdateResponseHeadersPolicyRequest < Struct.new(
  :response_headers_policy_config,
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#if_matchString

The version of the response headers policy that you are updating.

The version is returned in the cache policy’s ‘ETag` field in the response to `GetResponseHeadersPolicyConfig`.

Returns:

  • (String)


12994
12995
12996
12997
12998
12999
13000
# File 'lib/aws-sdk-cloudfront/types.rb', line 12994

class UpdateResponseHeadersPolicyRequest < Struct.new(
  :response_headers_policy_config,
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#response_headers_policy_configTypes::ResponseHeadersPolicyConfig

A response headers policy configuration.



12994
12995
12996
12997
12998
12999
13000
# File 'lib/aws-sdk-cloudfront/types.rb', line 12994

class UpdateResponseHeadersPolicyRequest < Struct.new(
  :response_headers_policy_config,
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end