[][src]Struct rusoto_servicecatalog::ResourceTargetDefinition

pub struct ResourceTargetDefinition {
    pub attribute: Option<String>,
    pub name: Option<String>,
    pub requires_recreation: Option<String>,
}

Information about a change to a resource attribute.

Fields

The attribute to be changed.

If the attribute is Properties, the value is the name of the property. Otherwise, the value is null.

If the attribute is Properties, indicates whether a change to this property causes the resource to be re-created.

Trait Implementations

impl PartialEq<ResourceTargetDefinition> for ResourceTargetDefinition
[src]

impl Default for ResourceTargetDefinition
[src]

impl Clone for ResourceTargetDefinition
[src]

Performs copy-assignment from source. Read more

impl Debug for ResourceTargetDefinition
[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T