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