Struct cfn::aws::sdb::DomainProperties [] [src]

pub struct DomainProperties {
    pub description: Option<Value<String>>,
}

Properties for the Domain resource.

Fields

Property Description.

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

Trait Implementations

impl Debug for DomainProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for DomainProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<DomainProperties> for Domain
[src]

[src]

Performs the conversion.

Auto Trait Implementations