Struct aws_sdk_cloudformation::input::DeleteChangeSetInput
source · [−]#[non_exhaustive]pub struct DeleteChangeSetInput { /* private fields */ }Expand description
The input for the DeleteChangeSet action.
Implementations
sourceimpl DeleteChangeSetInput
impl DeleteChangeSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteChangeSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteChangeSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteChangeSet>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteChangeSetInput.
sourceimpl DeleteChangeSetInput
impl DeleteChangeSetInput
sourcepub fn change_set_name(&self) -> Option<&str>
pub fn change_set_name(&self) -> Option<&str>
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
sourcepub fn stack_name(&self) -> Option<&str>
pub fn stack_name(&self) -> Option<&str>
If you specified the name of a change set to delete, specify the stack name or Amazon Resource Name (ARN) that's associated with it.
Trait Implementations
sourceimpl Clone for DeleteChangeSetInput
impl Clone for DeleteChangeSetInput
sourcefn clone(&self) -> DeleteChangeSetInput
fn clone(&self) -> DeleteChangeSetInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeleteChangeSetInput
impl Debug for DeleteChangeSetInput
sourceimpl PartialEq<DeleteChangeSetInput> for DeleteChangeSetInput
impl PartialEq<DeleteChangeSetInput> for DeleteChangeSetInput
sourcefn eq(&self, other: &DeleteChangeSetInput) -> bool
fn eq(&self, other: &DeleteChangeSetInput) -> bool
impl StructuralPartialEq for DeleteChangeSetInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteChangeSetInput
impl Send for DeleteChangeSetInput
impl Sync for DeleteChangeSetInput
impl Unpin for DeleteChangeSetInput
impl UnwindSafe for DeleteChangeSetInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more