Struct aws_sdk_backup::output::StartCopyJobOutput
source · #[non_exhaustive]pub struct StartCopyJobOutput { /* private fields */ }
Implementations§
source§impl StartCopyJobOutput
impl StartCopyJobOutput
sourcepub fn copy_job_id(&self) -> Option<&str>
pub fn copy_job_id(&self) -> Option<&str>
Uniquely identifies a copy job.
sourcepub fn creation_date(&self) -> Option<&DateTime>
pub fn creation_date(&self) -> Option<&DateTime>
The date and time that a copy job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
source§impl StartCopyJobOutput
impl StartCopyJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartCopyJobOutput
.
Trait Implementations§
source§impl Clone for StartCopyJobOutput
impl Clone for StartCopyJobOutput
source§fn clone(&self) -> StartCopyJobOutput
fn clone(&self) -> StartCopyJobOutput
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