Struct aws_sdk_personalize::types::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() -> BatchSegmentJobOutputBuilder
pub fn builder() -> BatchSegmentJobOutputBuilder
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 ==
.impl StructuralPartialEq for BatchSegmentJobOutput
Auto Trait Implementations§
impl RefUnwindSafe for BatchSegmentJobOutput
impl Send for BatchSegmentJobOutput
impl Sync for BatchSegmentJobOutput
impl Unpin for BatchSegmentJobOutput
impl UnwindSafe for BatchSegmentJobOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more