Class: Aws::CloudFront::Types::TestFunctionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TestFunctionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_result ⇒ Types::TestResult
An object that represents the result of running the function with the provided event object.
Instance Attribute Details
#test_result ⇒ Types::TestResult
An object that represents the result of running the function with the provided event object.
10962 10963 10964 10965 10966 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 10962 class TestFunctionResult < Struct.new( :test_result) SENSITIVE = [] include Aws::Structure end |