Struct aws_sdk_s3control::model::LambdaInvokeOperation
source · [−]#[non_exhaustive]pub struct LambdaInvokeOperation { /* private fields */ }Expand description
Contains the configuration parameters for a Lambda Invoke operation.
Implementations
sourceimpl 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.
sourceimpl LambdaInvokeOperation
impl LambdaInvokeOperation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LambdaInvokeOperation.
Trait Implementations
sourceimpl Clone for LambdaInvokeOperation
impl Clone for LambdaInvokeOperation
sourcefn clone(&self) -> LambdaInvokeOperation
fn clone(&self) -> LambdaInvokeOperation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for LambdaInvokeOperation
impl Debug for LambdaInvokeOperation
sourceimpl PartialEq<LambdaInvokeOperation> for LambdaInvokeOperation
impl PartialEq<LambdaInvokeOperation> for LambdaInvokeOperation
sourcefn eq(&self, other: &LambdaInvokeOperation) -> bool
fn eq(&self, other: &LambdaInvokeOperation) -> bool
impl StructuralPartialEq for LambdaInvokeOperation
Auto Trait Implementations
impl RefUnwindSafe for LambdaInvokeOperation
impl Send for LambdaInvokeOperation
impl Sync for LambdaInvokeOperation
impl Unpin for LambdaInvokeOperation
impl UnwindSafe for LambdaInvokeOperation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more