Class: Aws::CloudFront::Types::ConnectionFunctionSummary

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

Overview

A connection function summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_function_arnString

The connection function Amazon Resource Name (ARN).

Returns:

  • (String)


1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1747

class ConnectionFunctionSummary < Struct.new(
  :name,
  :id,
  :connection_function_config,
  :connection_function_arn,
  :status,
  :stage,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#connection_function_configTypes::FunctionConfig

Contains configuration information about a CloudFront function.



1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1747

class ConnectionFunctionSummary < Struct.new(
  :name,
  :id,
  :connection_function_config,
  :connection_function_arn,
  :status,
  :stage,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The connection function created time.

Returns:

  • (Time)


1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1747

class ConnectionFunctionSummary < Struct.new(
  :name,
  :id,
  :connection_function_config,
  :connection_function_arn,
  :status,
  :stage,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The connection function ID.

Returns:

  • (String)


1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1747

class ConnectionFunctionSummary < Struct.new(
  :name,
  :id,
  :connection_function_config,
  :connection_function_arn,
  :status,
  :stage,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The connection function last modified time.

Returns:

  • (Time)


1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1747

class ConnectionFunctionSummary < Struct.new(
  :name,
  :id,
  :connection_function_config,
  :connection_function_arn,
  :status,
  :stage,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The connection function name.

Returns:

  • (String)


1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1747

class ConnectionFunctionSummary < Struct.new(
  :name,
  :id,
  :connection_function_config,
  :connection_function_arn,
  :status,
  :stage,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#stageString

The connection function stage.

Returns:

  • (String)


1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1747

class ConnectionFunctionSummary < Struct.new(
  :name,
  :id,
  :connection_function_config,
  :connection_function_arn,
  :status,
  :stage,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The connection function status.

Returns:

  • (String)


1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1747

class ConnectionFunctionSummary < Struct.new(
  :name,
  :id,
  :connection_function_config,
  :connection_function_arn,
  :status,
  :stage,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end