Struct aws_sdk_cloudfront::model::test_result::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TestResult
Implementations
Contains configuration information and metadata about the CloudFront function that was tested.
Contains configuration information and metadata about the CloudFront function that was tested.
The amount of time that the function took to run as a percentage of the maximum allowed time. For example, a compute utilization of 35 means that the function completed in 35% of the maximum allowed time.
The amount of time that the function took to run as a percentage of the maximum allowed time. For example, a compute utilization of 35 means that the function completed in 35% of the maximum allowed time.
Appends an item to function_execution_logs
.
To override the contents of this collection use set_function_execution_logs
.
Contains the log lines that the function wrote (if any) when running the test.
Contains the log lines that the function wrote (if any) when running the test.
If the result of testing the function was an error, this field contains the error message.
If the result of testing the function was an error, this field contains the error message.
The event object returned by the function. For more information about the structure of the event object, see Event object structure in the Amazon CloudFront Developer Guide.
The event object returned by the function. For more information about the structure of the event object, see Event object structure in the Amazon CloudFront Developer Guide.
Consumes the builder and constructs a TestResult
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more