Struct aws_sdk_s3control::output::DescribeJobOutput
source · #[non_exhaustive]pub struct DescribeJobOutput { /* private fields */ }Implementations§
source§impl DescribeJobOutput
impl DescribeJobOutput
sourcepub fn job(&self) -> Option<&JobDescriptor>
pub fn job(&self) -> Option<&JobDescriptor>
Contains the configuration parameters and status for the job specified in the Describe Job request.
source§impl DescribeJobOutput
impl DescribeJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeJobOutput.
Trait Implementations§
source§impl Clone for DescribeJobOutput
impl Clone for DescribeJobOutput
source§fn clone(&self) -> DescribeJobOutput
fn clone(&self) -> DescribeJobOutput
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 DescribeJobOutput
impl Debug for DescribeJobOutput
source§impl PartialEq<DescribeJobOutput> for DescribeJobOutput
impl PartialEq<DescribeJobOutput> for DescribeJobOutput
source§fn eq(&self, other: &DescribeJobOutput) -> bool
fn eq(&self, other: &DescribeJobOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.