#[non_exhaustive]pub struct UpdateResourceProfileDetectionsInput { /* private fields */ }
Implementations§
source§impl UpdateResourceProfileDetectionsInput
impl UpdateResourceProfileDetectionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateResourceProfileDetections, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateResourceProfileDetections, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateResourceProfileDetections
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateResourceProfileDetectionsInput
.
source§impl UpdateResourceProfileDetectionsInput
impl UpdateResourceProfileDetectionsInput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.
sourcepub fn suppress_data_identifiers(&self) -> Option<&[SuppressDataIdentifier]>
pub fn suppress_data_identifiers(&self) -> Option<&[SuppressDataIdentifier]>
An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array.
Trait Implementations§
source§impl Clone for UpdateResourceProfileDetectionsInput
impl Clone for UpdateResourceProfileDetectionsInput
source§fn clone(&self) -> UpdateResourceProfileDetectionsInput
fn clone(&self) -> UpdateResourceProfileDetectionsInput
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<UpdateResourceProfileDetectionsInput> for UpdateResourceProfileDetectionsInput
impl PartialEq<UpdateResourceProfileDetectionsInput> for UpdateResourceProfileDetectionsInput
source§fn eq(&self, other: &UpdateResourceProfileDetectionsInput) -> bool
fn eq(&self, other: &UpdateResourceProfileDetectionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.