Class: Aws::CloudFront::Types::PublishFunctionRequest

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

#if_matchString

The current version (ETag value) of the function that you are publishing, which you can get using DescribeFunction.

Returns:

  • (String)


9371
9372
9373
9374
9375
9376
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9371

class PublishFunctionRequest < Struct.new(
  :name,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the function that you are publishing.

Returns:

  • (String)


9371
9372
9373
9374
9375
9376
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9371

class PublishFunctionRequest < Struct.new(
  :name,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end