Class: Aws::CloudFront::Types::UpdateFunctionResult

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 CloudFront function.

Returns:

  • (String)


12709
12710
12711
12712
12713
12714
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12709

class UpdateFunctionResult < Struct.new(
  :function_summary,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#function_summaryTypes::FunctionSummary

Contains configuration information and metadata about a CloudFront function.



12709
12710
12711
12712
12713
12714
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12709

class UpdateFunctionResult < Struct.new(
  :function_summary,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end