Class: Aws::CloudFront::Types::UpdateFunctionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:function_code]

Instance Attribute Summary collapse

Instance Attribute Details

#function_codeString

The function code. For more information about writing a CloudFront function, see Writing function code for CloudFront Functions in the Amazon CloudFront Developer Guide.

Returns:

  • (String)


12688
12689
12690
12691
12692
12693
12694
12695
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12688

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

#function_configTypes::FunctionConfig

Configuration information about the function.



12688
12689
12690
12691
12692
12693
12694
12695
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12688

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

#if_matchString

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

Returns:

  • (String)


12688
12689
12690
12691
12692
12693
12694
12695
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12688

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

#nameString

The name of the function that you are updating.

Returns:

  • (String)


12688
12689
12690
12691
12692
12693
12694
12695
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12688

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