Struct aws_sdk_transfer::model::InputFileLocation
source · #[non_exhaustive]pub struct InputFileLocation { /* private fields */ }
Expand description
Specifies the location for the file being copied. Only applicable for the Copy type of workflow steps.
Implementations§
source§impl InputFileLocation
impl InputFileLocation
sourcepub fn s3_file_location(&self) -> Option<&S3InputFileLocation>
pub fn s3_file_location(&self) -> Option<&S3InputFileLocation>
Specifies the details for the S3 file being copied.
sourcepub fn efs_file_location(&self) -> Option<&EfsFileLocation>
pub fn efs_file_location(&self) -> Option<&EfsFileLocation>
Reserved for future use.
source§impl InputFileLocation
impl InputFileLocation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InputFileLocation
.
Trait Implementations§
source§impl Clone for InputFileLocation
impl Clone for InputFileLocation
source§fn clone(&self) -> InputFileLocation
fn clone(&self) -> InputFileLocation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InputFileLocation
impl Debug for InputFileLocation
source§impl PartialEq<InputFileLocation> for InputFileLocation
impl PartialEq<InputFileLocation> for InputFileLocation
source§fn eq(&self, other: &InputFileLocation) -> bool
fn eq(&self, other: &InputFileLocation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.