#[non_exhaustive]pub struct RunPipelineActivityInput { /* private fields */ }Implementations
sourceimpl RunPipelineActivityInput
impl RunPipelineActivityInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RunPipelineActivity, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RunPipelineActivity, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<RunPipelineActivity>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RunPipelineActivityInput.
sourceimpl RunPipelineActivityInput
impl RunPipelineActivityInput
sourcepub fn pipeline_activity(&self) -> Option<&PipelineActivity>
pub fn pipeline_activity(&self) -> Option<&PipelineActivity>
The pipeline activity that is run. This must not be a channel activity or a data store activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a Lambda activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.
Trait Implementations
sourceimpl Clone for RunPipelineActivityInput
impl Clone for RunPipelineActivityInput
sourcefn clone(&self) -> RunPipelineActivityInput
fn clone(&self) -> RunPipelineActivityInput
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 more
sourceimpl Debug for RunPipelineActivityInput
impl Debug for RunPipelineActivityInput
sourceimpl PartialEq<RunPipelineActivityInput> for RunPipelineActivityInput
impl PartialEq<RunPipelineActivityInput> for RunPipelineActivityInput
sourcefn eq(&self, other: &RunPipelineActivityInput) -> bool
fn eq(&self, other: &RunPipelineActivityInput) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &RunPipelineActivityInput) -> bool
fn ne(&self, other: &RunPipelineActivityInput) -> bool
This method tests for !=.
impl StructuralPartialEq for RunPipelineActivityInput
Auto Trait Implementations
impl RefUnwindSafe for RunPipelineActivityInput
impl Send for RunPipelineActivityInput
impl Sync for RunPipelineActivityInput
impl Unpin for RunPipelineActivityInput
impl UnwindSafe for RunPipelineActivityInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more