Struct cfn::aws::cloudformation::WaitConditionHandleProperties [] [src]

pub struct WaitConditionHandleProperties {}

Properties for the WaitConditionHandle resource.

Trait Implementations

impl Debug for WaitConditionHandleProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for WaitConditionHandleProperties
[src]

[src]

Returns the "default value" for a type. Read more

impl Serialize for WaitConditionHandleProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<WaitConditionHandleProperties> for WaitConditionHandle
[src]

[src]

Performs the conversion.

Auto Trait Implementations