#[non_exhaustive]pub struct GetSensitiveDataOccurrencesAvailabilityInput { /* private fields */ }
Implementations
sourceimpl GetSensitiveDataOccurrencesAvailabilityInput
impl GetSensitiveDataOccurrencesAvailabilityInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSensitiveDataOccurrencesAvailability, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSensitiveDataOccurrencesAvailability, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSensitiveDataOccurrencesAvailability
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSensitiveDataOccurrencesAvailabilityInput
.
sourceimpl GetSensitiveDataOccurrencesAvailabilityInput
impl GetSensitiveDataOccurrencesAvailabilityInput
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 GetSensitiveDataOccurrencesAvailabilityInput
impl Clone for GetSensitiveDataOccurrencesAvailabilityInput
sourcefn clone(&self) -> GetSensitiveDataOccurrencesAvailabilityInput
fn clone(&self) -> GetSensitiveDataOccurrencesAvailabilityInput
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<GetSensitiveDataOccurrencesAvailabilityInput> for GetSensitiveDataOccurrencesAvailabilityInput
impl PartialEq<GetSensitiveDataOccurrencesAvailabilityInput> for GetSensitiveDataOccurrencesAvailabilityInput
sourcefn eq(&self, other: &GetSensitiveDataOccurrencesAvailabilityInput) -> bool
fn eq(&self, other: &GetSensitiveDataOccurrencesAvailabilityInput) -> bool
impl StructuralPartialEq for GetSensitiveDataOccurrencesAvailabilityInput
Auto Trait Implementations
impl RefUnwindSafe for GetSensitiveDataOccurrencesAvailabilityInput
impl Send for GetSensitiveDataOccurrencesAvailabilityInput
impl Sync for GetSensitiveDataOccurrencesAvailabilityInput
impl Unpin for GetSensitiveDataOccurrencesAvailabilityInput
impl UnwindSafe for GetSensitiveDataOccurrencesAvailabilityInput
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