Struct aws_sdk_s3control::model::AwsLambdaTransformation [−][src]
#[non_exhaustive]pub struct AwsLambdaTransformation {
pub function_arn: Option<String>,
pub function_payload: Option<String>,
}
Expand description
Lambda function used to transform objects through an Object Lambda Access Point.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.function_arn: Option<String>
The Amazon Resource Name (ARN) of the Lambda function.
function_payload: Option<String>
Additional JSON that provides supplemental data to the Lambda function used to transform objects.
Implementations
The Amazon Resource Name (ARN) of the Lambda function.
Additional JSON that provides supplemental data to the Lambda function used to transform objects.
Creates a new builder-style object to manufacture AwsLambdaTransformation
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AwsLambdaTransformation
impl Send for AwsLambdaTransformation
impl Sync for AwsLambdaTransformation
impl Unpin for AwsLambdaTransformation
impl UnwindSafe for AwsLambdaTransformation
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