Class: Aws::CloudFront::Types::ConnectionFunctionAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ConnectionFunctionAssociation
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
A connection function association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The association's ID.
Instance Attribute Details
#id ⇒ String
The association's ID.
1727 1728 1729 1730 1731 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1727 class ConnectionFunctionAssociation < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |