Class: Aws::CloudFront::Types::TestFunctionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TestFunctionResult
- Defined in:
- gems/aws-sdk-cloudfront/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.
11873 11874 11875 11876 11877 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11873 class TestFunctionResult < Struct.new( :test_result) SENSITIVE = [] include Aws::Structure end |