[][src]Struct rusoto_cloudformation::DeleteChangeSetInput

pub struct DeleteChangeSetInput {
    pub change_set_name: String,
    pub stack_name: Option<String>,
}

The input for the DeleteChangeSet action.

Fields

change_set_name: String

The name or Amazon Resource Name (ARN) of the change set that you want to delete.

stack_name: Option<String>

If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.

Trait Implementations

impl Clone for DeleteChangeSetInput[src]

impl Debug for DeleteChangeSetInput[src]

impl Default for DeleteChangeSetInput[src]

impl PartialEq<DeleteChangeSetInput> for DeleteChangeSetInput[src]

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