[][src]Struct rusoto_guardduty::DataSourceConfigurations

pub struct DataSourceConfigurations {
    pub s3_logs: Option<S3LogsConfiguration>,
}

Contains information about which data sources are enabled.

Fields

s3_logs: Option<S3LogsConfiguration>

Describes whether S3 data event logs are enabled as a data source.

Trait Implementations

impl Clone for DataSourceConfigurations[src]

impl Debug for DataSourceConfigurations[src]

impl Default for DataSourceConfigurations[src]

impl PartialEq<DataSourceConfigurations> for DataSourceConfigurations[src]

impl Serialize for DataSourceConfigurations[src]

impl StructuralPartialEq for DataSourceConfigurations[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, 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.