Struct aws_sdk_securityhub::model::InsightResults
source · [−]#[non_exhaustive]pub struct InsightResults {
pub insight_arn: Option<String>,
pub group_by_attribute: Option<String>,
pub result_values: Option<Vec<InsightResultValue>>,
}
Expand description
The insight results returned by the GetInsightResults
operation.
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 whose results are returned by the GetInsightResults
operation.
group_by_attribute: Option<String>
The attribute that the findings are grouped by for the insight whose results are returned by the GetInsightResults
operation.
result_values: Option<Vec<InsightResultValue>>
The list of insight result values returned by the GetInsightResults
operation.
Implementations
The ARN of the insight whose results are returned by the GetInsightResults
operation.
The attribute that the findings are grouped by for the insight whose results are returned by the GetInsightResults
operation.
The list of insight result values returned by the GetInsightResults
operation.
Creates a new builder-style object to manufacture InsightResults
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 InsightResults
impl Send for InsightResults
impl Sync for InsightResults
impl Unpin for InsightResults
impl UnwindSafe for InsightResults
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