pub struct StopStackSetOperationInput {
pub operation_id: String,
pub stack_set_name: String,
}Fields§
§operation_id: StringThe ID of the stack operation.
stack_set_name: StringThe name or unique ID of the stack set that you want to stop the operation for.
Trait Implementations§
Source§impl Clone for StopStackSetOperationInput
impl Clone for StopStackSetOperationInput
Source§fn clone(&self) -> StopStackSetOperationInput
fn clone(&self) -> StopStackSetOperationInput
Returns a duplicate of the value. Read more
1.0.0 · 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 StopStackSetOperationInput
impl Debug for StopStackSetOperationInput
Source§impl Default for StopStackSetOperationInput
impl Default for StopStackSetOperationInput
Source§fn default() -> StopStackSetOperationInput
fn default() -> StopStackSetOperationInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for StopStackSetOperationInput
Auto Trait Implementations§
impl Freeze for StopStackSetOperationInput
impl RefUnwindSafe for StopStackSetOperationInput
impl Send for StopStackSetOperationInput
impl Sync for StopStackSetOperationInput
impl Unpin for StopStackSetOperationInput
impl UnwindSafe for StopStackSetOperationInput
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