Struct aws_sdk_transfer::input::SendWorkflowStepStateInput [−][src]
#[non_exhaustive]pub struct SendWorkflowStepStateInput {
pub workflow_id: Option<String>,
pub execution_id: Option<String>,
pub token: Option<String>,
pub status: Option<CustomStepStatus>,
}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.workflow_id: Option<String>A unique identifier for the workflow.
execution_id: Option<String>A unique identifier for the execution of a workflow.
token: Option<String>Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
status: Option<CustomStepStatus>Indicates whether the specified step succeeded or failed.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SendWorkflowStepState, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SendWorkflowStepState, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<SendWorkflowStepState>
Creates a new builder-style object to manufacture SendWorkflowStepStateInput
A unique identifier for the workflow.
A unique identifier for the execution of a workflow.
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
Indicates whether the specified step succeeded or failed.
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 SendWorkflowStepStateInput
impl Send for SendWorkflowStepStateInput
impl Sync for SendWorkflowStepStateInput
impl Unpin for SendWorkflowStepStateInput
impl UnwindSafe for SendWorkflowStepStateInput
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
