Class: Aws::CloudFront::Types::GetConnectionFunctionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetConnectionFunctionResult
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:connection_function_code]
Instance Attribute Summary collapse
-
#connection_function_code ⇒ String
The connection function's code.
-
#content_type ⇒ String
The connection function's content type.
-
#etag ⇒ String
The version identifier for the current version of the connection function.
Instance Attribute Details
#connection_function_code ⇒ String
The connection function's code.
7089 7090 7091 7092 7093 7094 7095 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7089 class GetConnectionFunctionResult < Struct.new( :connection_function_code, :etag, :content_type) SENSITIVE = [:connection_function_code] include Aws::Structure end |
#content_type ⇒ String
The connection function's content type.
7089 7090 7091 7092 7093 7094 7095 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7089 class GetConnectionFunctionResult < Struct.new( :connection_function_code, :etag, :content_type) SENSITIVE = [:connection_function_code] include Aws::Structure end |
#etag ⇒ String
The version identifier for the current version of the connection function.
7089 7090 7091 7092 7093 7094 7095 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7089 class GetConnectionFunctionResult < Struct.new( :connection_function_code, :etag, :content_type) SENSITIVE = [:connection_function_code] include Aws::Structure end |