pub struct DeleteStackSetInput {
pub stack_set_name: String,
}Fields§
§stack_set_name: StringThe name or unique ID of the stack set that you're deleting. You can obtain this value by running ListStackSets.
Trait Implementations§
Source§impl Clone for DeleteStackSetInput
impl Clone for DeleteStackSetInput
Source§fn clone(&self) -> DeleteStackSetInput
fn clone(&self) -> DeleteStackSetInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeleteStackSetInput
impl Debug for DeleteStackSetInput
Source§impl Default for DeleteStackSetInput
impl Default for DeleteStackSetInput
Source§fn default() -> DeleteStackSetInput
fn default() -> DeleteStackSetInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteStackSetInput
impl PartialEq for DeleteStackSetInput
Source§fn eq(&self, other: &DeleteStackSetInput) -> bool
fn eq(&self, other: &DeleteStackSetInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteStackSetInput
Auto Trait Implementations§
impl Freeze for DeleteStackSetInput
impl RefUnwindSafe for DeleteStackSetInput
impl Send for DeleteStackSetInput
impl Sync for DeleteStackSetInput
impl Unpin for DeleteStackSetInput
impl UnsafeUnpin for DeleteStackSetInput
impl UnwindSafe for DeleteStackSetInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more