Class: Aws::CloudFront::Types::GetFunctionResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:function_code]

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeString

The content type (media type) of the response.

Returns:

  • (String)


5380
5381
5382
5383
5384
5385
5386
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5380

class GetFunctionResult < Struct.new(
  :function_code,
  :etag,
  :content_type)
  SENSITIVE = [:function_code]
  include Aws::Structure
end

#etagString

The version identifier for the current version of the CloudFront function.

Returns:

  • (String)


5380
5381
5382
5383
5384
5385
5386
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5380

class GetFunctionResult < Struct.new(
  :function_code,
  :etag,
  :content_type)
  SENSITIVE = [:function_code]
  include Aws::Structure
end

#function_codeString

The function code of a CloudFront function.

Returns:

  • (String)


5380
5381
5382
5383
5384
5385
5386
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5380

class GetFunctionResult < Struct.new(
  :function_code,
  :etag,
  :content_type)
  SENSITIVE = [:function_code]
  include Aws::Structure
end