Class: Aws::CloudFront::Types::GetFunctionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFunctionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:function_code]
Instance Attribute Summary collapse
-
#content_type ⇒ String
The content type (media type) of the response.
-
#etag ⇒ String
The version identifier for the current version of the CloudFront function.
-
#function_code ⇒ String
The function code of a CloudFront function.
Instance Attribute Details
#content_type ⇒ String
The content type (media type) of the response.
5382 5383 5384 5385 5386 5387 5388 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5382 class GetFunctionResult < Struct.new( :function_code, :etag, :content_type) SENSITIVE = [:function_code] include Aws::Structure end |
#etag ⇒ String
The version identifier for the current version of the CloudFront function.
5382 5383 5384 5385 5386 5387 5388 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5382 class GetFunctionResult < Struct.new( :function_code, :etag, :content_type) SENSITIVE = [:function_code] include Aws::Structure end |
#function_code ⇒ String
The function code of a CloudFront function.
5382 5383 5384 5385 5386 5387 5388 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5382 class GetFunctionResult < Struct.new( :function_code, :etag, :content_type) SENSITIVE = [:function_code] include Aws::Structure end |