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.
12631 12632 12633 12634 12635 12636 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12631 class PublishConnectionFunctionRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The current version (‘ETag` value) of the connection function.
12631 12632 12633 12634 12635 12636 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12631 class PublishConnectionFunctionRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |