#[non_exhaustive]pub struct StartResourceScanInput { /* private fields */ }
Expand description
Starts a scan of the policies applied to the specified resource.
Implementations§
source§impl StartResourceScanInput
impl StartResourceScanInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartResourceScan, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartResourceScan, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartResourceScan
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartResourceScanInput
.
source§impl StartResourceScanInput
impl StartResourceScanInput
sourcepub fn analyzer_arn(&self) -> Option<&str>
pub fn analyzer_arn(&self) -> Option<&str>
The ARN of the analyzer to use to scan the policies applied to the specified resource.
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The ARN of the resource to scan.
sourcepub fn resource_owner_account(&self) -> Option<&str>
pub fn resource_owner_account(&self) -> Option<&str>
The Amazon Web Services account ID that owns the resource. For most Amazon Web Services resources, the owning account is the account in which the resource was created.
Trait Implementations§
source§impl Clone for StartResourceScanInput
impl Clone for StartResourceScanInput
source§fn clone(&self) -> StartResourceScanInput
fn clone(&self) -> StartResourceScanInput
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 StartResourceScanInput
impl Debug for StartResourceScanInput
source§impl PartialEq<StartResourceScanInput> for StartResourceScanInput
impl PartialEq<StartResourceScanInput> for StartResourceScanInput
source§fn eq(&self, other: &StartResourceScanInput) -> bool
fn eq(&self, other: &StartResourceScanInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.