Struct aws_sdk_transfer::model::CopyStepDetails [−][src]
#[non_exhaustive]pub struct CopyStepDetails {
pub name: Option<String>,
pub destination_file_location: Option<InputFileLocation>,
pub overwrite_existing: Option<OverwriteExisting>,
}Expand description
Each step type has its own StepDetails structure.
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.name: Option<String>The name of the step, used as an identifier.
destination_file_location: Option<InputFileLocation>Specifies the location for the file being copied. Only applicable for the Copy type of workflow steps.
overwrite_existing: Option<OverwriteExisting>A flag that indicates whether or not to overwrite an existing file of the same name. The default is FALSE.
Implementations
Specifies the location for the file being copied. Only applicable for the Copy type of workflow steps.
A flag that indicates whether or not to overwrite an existing file of the same name. The default is FALSE.
Creates a new builder-style object to manufacture CopyStepDetails
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 CopyStepDetails
impl Send for CopyStepDetails
impl Sync for CopyStepDetails
impl Unpin for CopyStepDetails
impl UnwindSafe for CopyStepDetails
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
