#[non_exhaustive]pub struct DescribeBatchSegmentJobInput { /* private fields */ }
Implementations§
source§impl DescribeBatchSegmentJobInput
impl DescribeBatchSegmentJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeBatchSegmentJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeBatchSegmentJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeBatchSegmentJob
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeBatchSegmentJobInput
.
source§impl DescribeBatchSegmentJobInput
impl DescribeBatchSegmentJobInput
sourcepub fn batch_segment_job_arn(&self) -> Option<&str>
pub fn batch_segment_job_arn(&self) -> Option<&str>
The ARN of the batch segment job to describe.
Trait Implementations§
source§impl Clone for DescribeBatchSegmentJobInput
impl Clone for DescribeBatchSegmentJobInput
source§fn clone(&self) -> DescribeBatchSegmentJobInput
fn clone(&self) -> DescribeBatchSegmentJobInput
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 DescribeBatchSegmentJobInput
impl Debug for DescribeBatchSegmentJobInput
source§impl PartialEq<DescribeBatchSegmentJobInput> for DescribeBatchSegmentJobInput
impl PartialEq<DescribeBatchSegmentJobInput> for DescribeBatchSegmentJobInput
source§fn eq(&self, other: &DescribeBatchSegmentJobInput) -> bool
fn eq(&self, other: &DescribeBatchSegmentJobInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.