Class: Aws::CloudFront::Types::CreateConnectionFunctionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateConnectionFunctionResult
- 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 summary for the connection function.
-
#etag ⇒ String
The version identifier for the current version of the connection function.
-
#location ⇒ String
The location of the connection function.
Instance Attribute Details
#connection_function_summary ⇒ Types::ConnectionFunctionSummary
The summary for the connection function.
2565 2566 2567 2568 2569 2570 2571 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2565 class CreateConnectionFunctionResult < Struct.new( :connection_function_summary, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The version identifier for the current version of the connection function.
2565 2566 2567 2568 2569 2570 2571 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2565 class CreateConnectionFunctionResult < Struct.new( :connection_function_summary, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The location of the connection function.
2565 2566 2567 2568 2569 2570 2571 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2565 class CreateConnectionFunctionResult < Struct.new( :connection_function_summary, :location, :etag) SENSITIVE = [] include Aws::Structure end |