Struct aws_sdk_m2::model::FileBatchJobIdentifier
source · #[non_exhaustive]pub struct FileBatchJobIdentifier { /* private fields */ }Expand description
A batch job identifier in which the batch job to run is identified by the file name and the relative path to the file name.
Implementations§
source§impl FileBatchJobIdentifier
impl FileBatchJobIdentifier
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FileBatchJobIdentifier.
Trait Implementations§
source§impl Clone for FileBatchJobIdentifier
impl Clone for FileBatchJobIdentifier
source§fn clone(&self) -> FileBatchJobIdentifier
fn clone(&self) -> FileBatchJobIdentifier
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 more