#[non_exhaustive]pub struct GetSensitiveDataOccurrencesInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSensitiveDataOccurrencesInput
.
sourceimpl GetSensitiveDataOccurrencesInput
impl GetSensitiveDataOccurrencesInput
sourcepub fn finding_id(&self) -> Option<&str>
pub fn finding_id(&self) -> Option<&str>
The unique identifier for the finding.
Trait Implementations
sourceimpl Clone for GetSensitiveDataOccurrencesInput
impl Clone for GetSensitiveDataOccurrencesInput
sourcefn clone(&self) -> GetSensitiveDataOccurrencesInput
fn clone(&self) -> GetSensitiveDataOccurrencesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<GetSensitiveDataOccurrencesInput> for GetSensitiveDataOccurrencesInput
impl PartialEq<GetSensitiveDataOccurrencesInput> for GetSensitiveDataOccurrencesInput
sourcefn eq(&self, other: &GetSensitiveDataOccurrencesInput) -> bool
fn eq(&self, other: &GetSensitiveDataOccurrencesInput) -> bool
impl StructuralPartialEq for GetSensitiveDataOccurrencesInput
Auto Trait Implementations
impl RefUnwindSafe for GetSensitiveDataOccurrencesInput
impl Send for GetSensitiveDataOccurrencesInput
impl Sync for GetSensitiveDataOccurrencesInput
impl Unpin for GetSensitiveDataOccurrencesInput
impl UnwindSafe for GetSensitiveDataOccurrencesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more