[][src]Struct rusoto_securityhub::UpdateInsightRequest

pub struct UpdateInsightRequest {
    pub filters: Option<AwsSecurityFindingFilters>,
    pub group_by_attribute: Option<String>,
    pub insight_arn: String,
    pub name: Option<String>,
}

Fields

filters: Option<AwsSecurityFindingFilters>

The updated filters that define this insight.

group_by_attribute: Option<String>

The updated GroupBy attribute that defines this insight.

insight_arn: String

The ARN of the insight that you want to update.

name: Option<String>

The updated name for the insight.

Trait Implementations

impl Clone for UpdateInsightRequest[src]

impl Debug for UpdateInsightRequest[src]

impl Default for UpdateInsightRequest[src]

impl PartialEq<UpdateInsightRequest> for UpdateInsightRequest[src]

impl Serialize for UpdateInsightRequest[src]

impl StructuralPartialEq for UpdateInsightRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.