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.
7095 7096 7097 7098 7099 7100 7101 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7095 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.
7095 7096 7097 7098 7099 7100 7101 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7095 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.
7095 7096 7097 7098 7099 7100 7101 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7095 class GetConnectionFunctionResult < Struct.new( :connection_function_code, :etag, :content_type) SENSITIVE = [:connection_function_code] include Aws::Structure end |