Class: Aws::CloudFront::Types::FunctionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::FunctionSummary
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Contains configuration information and metadata about a CloudFront function.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_config ⇒ Types::FunctionConfig
Contains configuration information about a CloudFront function.
-
#function_metadata ⇒ Types::FunctionMetadata
Contains metadata about a CloudFront function.
-
#name ⇒ String
The name of the CloudFront function.
-
#status ⇒ String
The status of the CloudFront function.
Instance Attribute Details
#function_config ⇒ Types::FunctionConfig
Contains configuration information about a CloudFront function.
4897 4898 4899 4900 4901 4902 4903 4904 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4897 class FunctionSummary < Struct.new( :name, :status, :function_config, :function_metadata) SENSITIVE = [] include Aws::Structure end |
#function_metadata ⇒ Types::FunctionMetadata
Contains metadata about a CloudFront function.
4897 4898 4899 4900 4901 4902 4903 4904 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4897 class FunctionSummary < Struct.new( :name, :status, :function_config, :function_metadata) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the CloudFront function.
4897 4898 4899 4900 4901 4902 4903 4904 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4897 class FunctionSummary < Struct.new( :name, :status, :function_config, :function_metadata) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the CloudFront function.
4897 4898 4899 4900 4901 4902 4903 4904 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4897 class FunctionSummary < Struct.new( :name, :status, :function_config, :function_metadata) SENSITIVE = [] include Aws::Structure end |