Class: Aws::CloudFront::Types::PublishFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::PublishFunctionRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#if_match ⇒ String
The current version (
ETag
value) of the function that you are publishing, which you can get usingDescribeFunction
. -
#name ⇒ String
The name of the function that you are publishing.
Instance Attribute Details
#if_match ⇒ String
The current version (ETag
value) of the function that you are
publishing, which you can get using DescribeFunction
.
9934 9935 9936 9937 9938 9939 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9934 class PublishFunctionRequest < Struct.new( :name, :if_match) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the function that you are publishing.
9934 9935 9936 9937 9938 9939 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9934 class PublishFunctionRequest < Struct.new( :name, :if_match) SENSITIVE = [] include Aws::Structure end |