#[non_exhaustive]pub struct DescribeBatchSegmentJobOutput { /* private fields */ }
Implementations§
source§impl DescribeBatchSegmentJobOutput
impl DescribeBatchSegmentJobOutput
sourcepub fn batch_segment_job(&self) -> Option<&BatchSegmentJob>
pub fn batch_segment_job(&self) -> Option<&BatchSegmentJob>
Information on the specified batch segment job.
source§impl DescribeBatchSegmentJobOutput
impl DescribeBatchSegmentJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeBatchSegmentJobOutput
.
Trait Implementations§
source§impl Clone for DescribeBatchSegmentJobOutput
impl Clone for DescribeBatchSegmentJobOutput
source§fn clone(&self) -> DescribeBatchSegmentJobOutput
fn clone(&self) -> DescribeBatchSegmentJobOutput
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 PartialEq<DescribeBatchSegmentJobOutput> for DescribeBatchSegmentJobOutput
impl PartialEq<DescribeBatchSegmentJobOutput> for DescribeBatchSegmentJobOutput
source§fn eq(&self, other: &DescribeBatchSegmentJobOutput) -> bool
fn eq(&self, other: &DescribeBatchSegmentJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.