#[non_exhaustive]pub struct S3ResourceClassificationUpdate { /* private fields */ }
Expand description
(Discontinued) The S3 resources whose classification types you want to update. This data type is used as a request parameter in the UpdateS3Resources
action.
Implementations§
source§impl S3ResourceClassificationUpdate
impl S3ResourceClassificationUpdate
sourcepub fn bucket_name(&self) -> Option<&str>
pub fn bucket_name(&self) -> Option<&str>
(Discontinued) The name of the S3 bucket whose classification types you want to update.
sourcepub fn prefix(&self) -> Option<&str>
pub fn prefix(&self) -> Option<&str>
(Discontinued) The prefix of the S3 bucket whose classification types you want to update.
sourcepub fn classification_type_update(&self) -> Option<&ClassificationTypeUpdate>
pub fn classification_type_update(&self) -> Option<&ClassificationTypeUpdate>
(Discontinued) The classification type that you want to update for the resource associated with Amazon Macie Classic.
source§impl S3ResourceClassificationUpdate
impl S3ResourceClassificationUpdate
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3ResourceClassificationUpdate
.
Trait Implementations§
source§impl Clone for S3ResourceClassificationUpdate
impl Clone for S3ResourceClassificationUpdate
source§fn clone(&self) -> S3ResourceClassificationUpdate
fn clone(&self) -> S3ResourceClassificationUpdate
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 PartialEq<S3ResourceClassificationUpdate> for S3ResourceClassificationUpdate
impl PartialEq<S3ResourceClassificationUpdate> for S3ResourceClassificationUpdate
source§fn eq(&self, other: &S3ResourceClassificationUpdate) -> bool
fn eq(&self, other: &S3ResourceClassificationUpdate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.