Struct aws_sdk_macie2::operation::get_sensitive_data_occurrences::GetSensitiveDataOccurrencesInput
source · #[non_exhaustive]pub struct GetSensitiveDataOccurrencesInput { /* private fields */ }
Implementations§
source§impl GetSensitiveDataOccurrencesInput
impl GetSensitiveDataOccurrencesInput
sourcepub fn finding_id(&self) -> Option<&str>
pub fn finding_id(&self) -> Option<&str>
The unique identifier for the finding.
source§impl GetSensitiveDataOccurrencesInput
impl GetSensitiveDataOccurrencesInput
sourcepub fn builder() -> GetSensitiveDataOccurrencesInputBuilder
pub fn builder() -> GetSensitiveDataOccurrencesInputBuilder
Creates a new builder-style object to manufacture GetSensitiveDataOccurrencesInput
.
source§impl GetSensitiveDataOccurrencesInput
impl GetSensitiveDataOccurrencesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSensitiveDataOccurrences, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetSensitiveDataOccurrences, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSensitiveDataOccurrences
>
Trait Implementations§
source§impl Clone for GetSensitiveDataOccurrencesInput
impl Clone for GetSensitiveDataOccurrencesInput
source§fn clone(&self) -> GetSensitiveDataOccurrencesInput
fn clone(&self) -> GetSensitiveDataOccurrencesInput
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<GetSensitiveDataOccurrencesInput> for GetSensitiveDataOccurrencesInput
impl PartialEq<GetSensitiveDataOccurrencesInput> for GetSensitiveDataOccurrencesInput
source§fn eq(&self, other: &GetSensitiveDataOccurrencesInput) -> bool
fn eq(&self, other: &GetSensitiveDataOccurrencesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.