Class: Aws::CloudFront::Types::PublishFunctionResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_summaryTypes::FunctionSummary

Contains configuration information and metadata about a CloudFront function.



9385
9386
9387
9388
9389
# File 'lib/aws-sdk-cloudfront/types.rb', line 9385

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