Struct aws_sdk_macie2::model::S3BucketDefinitionForJob
source · [−]#[non_exhaustive]pub struct S3BucketDefinitionForJob { /* private fields */ }
Expand description
Specifies an Amazon Web Services account that owns S3 buckets for a classification job to analyze, and one or more specific buckets to analyze for that account.
Implementations
sourceimpl S3BucketDefinitionForJob
impl S3BucketDefinitionForJob
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3BucketDefinitionForJob
.
Trait Implementations
sourceimpl Clone for S3BucketDefinitionForJob
impl Clone for S3BucketDefinitionForJob
sourcefn clone(&self) -> S3BucketDefinitionForJob
fn clone(&self) -> S3BucketDefinitionForJob
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for S3BucketDefinitionForJob
impl Debug for S3BucketDefinitionForJob
sourceimpl PartialEq<S3BucketDefinitionForJob> for S3BucketDefinitionForJob
impl PartialEq<S3BucketDefinitionForJob> for S3BucketDefinitionForJob
sourcefn eq(&self, other: &S3BucketDefinitionForJob) -> bool
fn eq(&self, other: &S3BucketDefinitionForJob) -> bool
impl StructuralPartialEq for S3BucketDefinitionForJob
Auto Trait Implementations
impl RefUnwindSafe for S3BucketDefinitionForJob
impl Send for S3BucketDefinitionForJob
impl Sync for S3BucketDefinitionForJob
impl Unpin for S3BucketDefinitionForJob
impl UnwindSafe for S3BucketDefinitionForJob
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more