Struct aws_sdk_personalize::types::BatchSegmentJobOutput
source · #[non_exhaustive]pub struct BatchSegmentJobOutput {
pub s3_data_destination: Option<S3DataConfig>,
}
Expand description
The output configuration parameters of a batch segment job.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.s3_data_destination: Option<S3DataConfig>
The configuration details of an Amazon S3 input or output bucket.
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 for BatchSegmentJobOutput
impl PartialEq 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 Freeze for BatchSegmentJobOutput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.