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