Struct aws_sdk_transfer::model::WorkflowDetail [−][src]
#[non_exhaustive]pub struct WorkflowDetail {
pub workflow_id: Option<String>,
pub execution_role: Option<String>,
}Expand description
Specifies the workflow ID for the workflow to assign and the execution role used for executing the workflow.
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_role: Option<String>Includes the necessary permissions for S3, EFS, and Lambda operations that Transfer can assume, so that all workflow steps can operate on the required resources
Implementations
A unique identifier for the workflow.
Includes the necessary permissions for S3, EFS, and Lambda operations that Transfer can assume, so that all workflow steps can operate on the required resources
Creates a new builder-style object to manufacture WorkflowDetail
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 WorkflowDetail
impl Send for WorkflowDetail
impl Sync for WorkflowDetail
impl Unpin for WorkflowDetail
impl UnwindSafe for WorkflowDetail
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
