Class: Aws::CloudFront::Types::GetConnectionFunctionResult

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

Overview

Constant Summary collapse

SENSITIVE =
[:connection_function_code]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_function_codeString

The connection function's code.

Returns:

  • (String)


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_typeString

The connection function's content type.

Returns:

  • (String)


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

#etagString

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

Returns:

  • (String)


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