Class: Aws::CloudFront::Types::PublishConnectionFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::PublishConnectionFunctionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The connection function ID.
-
#if_match ⇒ String
The current version (‘ETag` value) of the connection function.
Instance Attribute Details
#id ⇒ String
The connection function ID.
12564 12565 12566 12567 12568 12569 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12564 class PublishConnectionFunctionRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The current version (‘ETag` value) of the connection function.
12564 12565 12566 12567 12568 12569 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12564 class PublishConnectionFunctionRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |