Struct aws_sdk_macie2::input::UpdateResourceProfileInput
source · #[non_exhaustive]pub struct UpdateResourceProfileInput { /* private fields */ }
Implementations§
source§impl UpdateResourceProfileInput
impl UpdateResourceProfileInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateResourceProfile, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateResourceProfile, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateResourceProfile
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateResourceProfileInput
.
source§impl UpdateResourceProfileInput
impl UpdateResourceProfileInput
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 sensitivity_score_override(&self) -> i32
pub fn sensitivity_score_override(&self) -> i32
The new sensitivity score for the bucket. Valid values are: 100, assign the maximum score and apply the Sensitive label to the bucket; and, null (empty), assign a score that Amazon Macie calculates automatically after you submit the request.
Trait Implementations§
source§impl Clone for UpdateResourceProfileInput
impl Clone for UpdateResourceProfileInput
source§fn clone(&self) -> UpdateResourceProfileInput
fn clone(&self) -> UpdateResourceProfileInput
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 UpdateResourceProfileInput
impl Debug for UpdateResourceProfileInput
source§impl PartialEq<UpdateResourceProfileInput> for UpdateResourceProfileInput
impl PartialEq<UpdateResourceProfileInput> for UpdateResourceProfileInput
source§fn eq(&self, other: &UpdateResourceProfileInput) -> bool
fn eq(&self, other: &UpdateResourceProfileInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.