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