Class: Aws::CloudFront::Types::ConnectionFunctionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ConnectionFunctionSummary
- 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
-
#connection_function_arn ⇒ String
The connection function Amazon Resource Name (ARN).
-
#connection_function_config ⇒ Types::FunctionConfig
Contains configuration information about a CloudFront function.
-
#created_time ⇒ Time
The connection function created time.
-
#id ⇒ String
The connection function ID.
-
#last_modified_time ⇒ Time
The connection function last modified time.
-
#name ⇒ String
The connection function name.
-
#stage ⇒ String
The connection function stage.
-
#status ⇒ String
The connection function status.
Instance Attribute Details
#connection_function_arn ⇒ String
The connection function Amazon Resource Name (ARN).
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_config ⇒ Types::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_time ⇒ Time
The connection function created 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 |
#id ⇒ String
The connection function ID.
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_time ⇒ Time
The connection function last modified 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 |
#name ⇒ String
The connection function name.
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 |
#stage ⇒ String
The connection function stage.
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 |
#status ⇒ String
The connection function status.
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 |