Class: Aws::CloudFront::Types::TestFunctionResult

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

#test_resultTypes::TestResult

An object that represents the result of running the function with the provided event object.

Returns:



11306
11307
11308
11309
11310
# File 'lib/aws-sdk-cloudfront/types.rb', line 11306

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