Class: Aws::CloudFront::Types::UpdateConnectionFunctionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateConnectionFunctionResult
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_function_summary ⇒ Types::ConnectionFunctionSummary
The connection function summary.
-
#etag ⇒ String
The version identifier for the current version of the connection function.
Instance Attribute Details
#connection_function_summary ⇒ Types::ConnectionFunctionSummary
The connection function summary.
16029 16030 16031 16032 16033 16034 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 16029 class UpdateConnectionFunctionResult < Struct.new( :connection_function_summary, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The version identifier for the current version of the connection function.
16029 16030 16031 16032 16033 16034 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 16029 class UpdateConnectionFunctionResult < Struct.new( :connection_function_summary, :etag) SENSITIVE = [] include Aws::Structure end |