Struct aws_sdk_macie::input::UpdateS3ResourcesInput
source · #[non_exhaustive]pub struct UpdateS3ResourcesInput { /* private fields */ }
Implementations§
source§impl UpdateS3ResourcesInput
impl UpdateS3ResourcesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateS3Resources, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateS3Resources, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateS3Resources
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateS3ResourcesInput
.
source§impl UpdateS3ResourcesInput
impl UpdateS3ResourcesInput
sourcepub fn member_account_id(&self) -> Option<&str>
pub fn member_account_id(&self) -> Option<&str>
(Discontinued) The Amazon Web Services account ID of the Amazon Macie Classic member account whose S3 resources' classification types you want to update.
sourcepub fn s3_resources_update(&self) -> Option<&[S3ResourceClassificationUpdate]>
pub fn s3_resources_update(&self) -> Option<&[S3ResourceClassificationUpdate]>
(Discontinued) The S3 resources whose classification types you want to update.
Trait Implementations§
source§impl Clone for UpdateS3ResourcesInput
impl Clone for UpdateS3ResourcesInput
source§fn clone(&self) -> UpdateS3ResourcesInput
fn clone(&self) -> UpdateS3ResourcesInput
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 UpdateS3ResourcesInput
impl Debug for UpdateS3ResourcesInput
source§impl PartialEq<UpdateS3ResourcesInput> for UpdateS3ResourcesInput
impl PartialEq<UpdateS3ResourcesInput> for UpdateS3ResourcesInput
source§fn eq(&self, other: &UpdateS3ResourcesInput) -> bool
fn eq(&self, other: &UpdateS3ResourcesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.