pub trait Waiters {
// Required method
fn wait_until_finding_revealed(&self) -> FindingRevealedFluentBuilder;
}
Expand description
Waiter functions for the client.
Import this trait to get wait_until
methods on the client.
Required Methods§
Sourcefn wait_until_finding_revealed(&self) -> FindingRevealedFluentBuilder
fn wait_until_finding_revealed(&self) -> FindingRevealedFluentBuilder
Wait until the sensitive data occurrences are ready.