Struct aws_sdk_s3control::output::GetJobTaggingOutput
source · #[non_exhaustive]pub struct GetJobTaggingOutput { /* private fields */ }
Implementations§
source§impl GetJobTaggingOutput
impl GetJobTaggingOutput
The set of tags associated with the S3 Batch Operations job.
source§impl GetJobTaggingOutput
impl GetJobTaggingOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetJobTaggingOutput
.
Trait Implementations§
source§impl Clone for GetJobTaggingOutput
impl Clone for GetJobTaggingOutput
source§fn clone(&self) -> GetJobTaggingOutput
fn clone(&self) -> GetJobTaggingOutput
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