#[non_exhaustive]pub struct GetAnalyzedResourceInput { /* private fields */ }
Expand description
Retrieves an analyzed resource.
Implementations§
source§impl GetAnalyzedResourceInput
impl GetAnalyzedResourceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAnalyzedResource, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAnalyzedResource, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetAnalyzedResource
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAnalyzedResourceInput
.
source§impl GetAnalyzedResourceInput
impl GetAnalyzedResourceInput
sourcepub fn analyzer_arn(&self) -> Option<&str>
pub fn analyzer_arn(&self) -> Option<&str>
The ARN of the analyzer to retrieve information from.
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The ARN of the resource to retrieve information about.
Trait Implementations§
source§impl Clone for GetAnalyzedResourceInput
impl Clone for GetAnalyzedResourceInput
source§fn clone(&self) -> GetAnalyzedResourceInput
fn clone(&self) -> GetAnalyzedResourceInput
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 GetAnalyzedResourceInput
impl Debug for GetAnalyzedResourceInput
source§impl PartialEq<GetAnalyzedResourceInput> for GetAnalyzedResourceInput
impl PartialEq<GetAnalyzedResourceInput> for GetAnalyzedResourceInput
source§fn eq(&self, other: &GetAnalyzedResourceInput) -> bool
fn eq(&self, other: &GetAnalyzedResourceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.