Class: Aws::CloudFront::Types::PublishConnectionFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::PublishConnectionFunctionRequest
- Defined in:
- gems/aws-sdk-cloudfront/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 (
ETagvalue) of the connection function.
Instance Attribute Details
#id ⇒ String
The connection function ID.
12587 12588 12589 12590 12591 12592 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12587 class PublishConnectionFunctionRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The current version (ETag value) of the connection function.
12587 12588 12589 12590 12591 12592 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12587 class PublishConnectionFunctionRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |