Struct aws_sdk_s3control::types::AwsLambdaTransformation
source · #[non_exhaustive]pub struct AwsLambdaTransformation { /* private fields */ }
Expand description
Lambda function used to transform objects through an Object Lambda Access Point.
Implementations§
source§impl AwsLambdaTransformation
impl AwsLambdaTransformation
sourcepub fn function_arn(&self) -> Option<&str>
pub fn function_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Lambda function.
sourcepub fn function_payload(&self) -> Option<&str>
pub fn function_payload(&self) -> Option<&str>
Additional JSON that provides supplemental data to the Lambda function used to transform objects.
source§impl AwsLambdaTransformation
impl AwsLambdaTransformation
sourcepub fn builder() -> AwsLambdaTransformationBuilder
pub fn builder() -> AwsLambdaTransformationBuilder
Creates a new builder-style object to manufacture AwsLambdaTransformation
.
Trait Implementations§
source§impl Clone for AwsLambdaTransformation
impl Clone for AwsLambdaTransformation
source§fn clone(&self) -> AwsLambdaTransformation
fn clone(&self) -> AwsLambdaTransformation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AwsLambdaTransformation
impl Debug for AwsLambdaTransformation
source§impl PartialEq<AwsLambdaTransformation> for AwsLambdaTransformation
impl PartialEq<AwsLambdaTransformation> for AwsLambdaTransformation
source§fn eq(&self, other: &AwsLambdaTransformation) -> bool
fn eq(&self, other: &AwsLambdaTransformation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.