Struct aws_sdk_s3control::types::LambdaInvokeOperation
source · #[non_exhaustive]pub struct LambdaInvokeOperation { /* private fields */ }
Expand description
Contains the configuration parameters for a Lambda Invoke
operation.
Implementations§
source§impl LambdaInvokeOperation
impl LambdaInvokeOperation
sourcepub fn function_arn(&self) -> Option<&str>
pub fn function_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the manifest.
source§impl LambdaInvokeOperation
impl LambdaInvokeOperation
sourcepub fn builder() -> LambdaInvokeOperationBuilder
pub fn builder() -> LambdaInvokeOperationBuilder
Creates a new builder-style object to manufacture LambdaInvokeOperation
.
Trait Implementations§
source§impl Clone for LambdaInvokeOperation
impl Clone for LambdaInvokeOperation
source§fn clone(&self) -> LambdaInvokeOperation
fn clone(&self) -> LambdaInvokeOperation
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 LambdaInvokeOperation
impl Debug for LambdaInvokeOperation
source§impl PartialEq<LambdaInvokeOperation> for LambdaInvokeOperation
impl PartialEq<LambdaInvokeOperation> for LambdaInvokeOperation
source§fn eq(&self, other: &LambdaInvokeOperation) -> bool
fn eq(&self, other: &LambdaInvokeOperation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.