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)


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_typeString

The connection function's content type.

Returns:

  • (String)


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

#etagString

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

Returns:

  • (String)


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