Class: Aws::CloudFront::Types::ConnectionFunctionAssociation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

A connection function association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The association’s ID.

Returns:

  • (String)


1705
1706
1707
1708
1709
# File 'lib/aws-sdk-cloudfront/types.rb', line 1705

class ConnectionFunctionAssociation < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end