Class: Aws::CloudFront::Types::UpdateFunctionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateFunctionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The version identifier for the current version of the CloudFront function.
-
#function_summary ⇒ Types::FunctionSummary
Contains configuration information and metadata about a CloudFront function.
Instance Attribute Details
#etag ⇒ String
The version identifier for the current version of the CloudFront function.
12365 12366 12367 12368 12369 12370 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12365 class UpdateFunctionResult < Struct.new( :function_summary, :etag) SENSITIVE = [] include Aws::Structure end |
#function_summary ⇒ Types::FunctionSummary
Contains configuration information and metadata about a CloudFront function.
12365 12366 12367 12368 12369 12370 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12365 class UpdateFunctionResult < Struct.new( :function_summary, :etag) SENSITIVE = [] include Aws::Structure end |