[][src]Struct rusoto_guardduty::DataSourceConfigurationsResult

pub struct DataSourceConfigurationsResult {
    pub cloud_trail: CloudTrailConfigurationResult,
    pub dns_logs: DNSLogsConfigurationResult,
    pub flow_logs: FlowLogsConfigurationResult,
    pub s3_logs: S3LogsConfigurationResult,
}

Contains information on the status of data sources for the detector.

Fields

cloud_trail: CloudTrailConfigurationResult

An object that contains information on the status of CloudTrail as a data source.

dns_logs: DNSLogsConfigurationResult

An object that contains information on the status of DNS logs as a data source.

flow_logs: FlowLogsConfigurationResult

An object that contains information on the status of VPC flow logs as a data source.

s3_logs: S3LogsConfigurationResult

An object that contains information on the status of S3 Data event logs as a data source.

Trait Implementations

impl Clone for DataSourceConfigurationsResult[src]

impl Debug for DataSourceConfigurationsResult[src]

impl Default for DataSourceConfigurationsResult[src]

impl<'de> Deserialize<'de> for DataSourceConfigurationsResult[src]

impl PartialEq<DataSourceConfigurationsResult> for DataSourceConfigurationsResult[src]

impl StructuralPartialEq for DataSourceConfigurationsResult[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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> 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.