Class: Aws::CloudFront::Types::DescribeConnectionFunctionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DescribeConnectionFunctionResult
- 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's 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's summary.
4643 4644 4645 4646 4647 4648 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4643 class DescribeConnectionFunctionResult < Struct.new( :connection_function_summary, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The version identifier for the current version of the connection function.
4643 4644 4645 4646 4647 4648 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4643 class DescribeConnectionFunctionResult < Struct.new( :connection_function_summary, :etag) SENSITIVE = [] include Aws::Structure end |