Class: Aws::CloudFront::Types::CreateResponseHeadersPolicyResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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)


2574
2575
2576
2577
2578
2579
2580
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2574

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

#locationString

The URL of the response headers policy.

Returns:

  • (String)


2574
2575
2576
2577
2578
2579
2580
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2574

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

#response_headers_policyTypes::ResponseHeadersPolicy

Contains a response headers policy.



2574
2575
2576
2577
2578
2579
2580
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2574

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