Class: Aws::CloudFront::Types::ListFunctionsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_listTypes::FunctionList

A list of CloudFront functions.

Returns:



7431
7432
7433
7434
7435
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7431

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