Struct cfn::aws::guardduty::DetectorProperties [] [src]

pub struct DetectorProperties {
    pub enable: Value<bool>,
}

Properties for the Detector resource.

Fields

Property Enable.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for DetectorProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for DetectorProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<DetectorProperties> for Detector
[src]

[src]

Performs the conversion.

Auto Trait Implementations