Struct aws_sdk_personalize::model::BatchSegmentJobOutput
source · #[non_exhaustive]pub struct BatchSegmentJobOutput { /* private fields */ }
Expand description
The output configuration parameters of a batch segment job.
Implementations§
source§impl BatchSegmentJobOutput
impl BatchSegmentJobOutput
sourcepub fn s3_data_destination(&self) -> Option<&S3DataConfig>
pub fn s3_data_destination(&self) -> Option<&S3DataConfig>
The configuration details of an Amazon S3 input or output bucket.
source§impl BatchSegmentJobOutput
impl BatchSegmentJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchSegmentJobOutput
.
Trait Implementations§
source§impl Clone for BatchSegmentJobOutput
impl Clone for BatchSegmentJobOutput
source§fn clone(&self) -> BatchSegmentJobOutput
fn clone(&self) -> BatchSegmentJobOutput
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 BatchSegmentJobOutput
impl Debug for BatchSegmentJobOutput
source§impl PartialEq<BatchSegmentJobOutput> for BatchSegmentJobOutput
impl PartialEq<BatchSegmentJobOutput> for BatchSegmentJobOutput
source§fn eq(&self, other: &BatchSegmentJobOutput) -> bool
fn eq(&self, other: &BatchSegmentJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.