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)


2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2371

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

#locationString

The URL of the response headers policy.

Returns:

  • (String)


2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2371

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

#response_headers_policyTypes::ResponseHeadersPolicy

Contains a response headers policy.



2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2371

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