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