Struct aws_sdk_securityhub::input::UpdateInsightInput
source · [−]#[non_exhaustive]pub struct UpdateInsightInput {
pub insight_arn: Option<String>,
pub name: Option<String>,
pub filters: Option<AwsSecurityFindingFilters>,
pub group_by_attribute: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.insight_arn: Option<String>
The ARN of the insight that you want to update.
name: Option<String>
The updated name for the insight.
filters: Option<AwsSecurityFindingFilters>
The updated filters that define this insight.
group_by_attribute: Option<String>
The updated GroupBy
attribute that defines this insight.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateInsight, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateInsight, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateInsight
>
Creates a new builder-style object to manufacture UpdateInsightInput
The ARN of the insight that you want to update.
The updated filters that define this insight.
The updated GroupBy
attribute that defines this insight.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UpdateInsightInput
impl Send for UpdateInsightInput
impl Sync for UpdateInsightInput
impl Unpin for UpdateInsightInput
impl UnwindSafe for UpdateInsightInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more