pub struct DescribeStackSetOperationInput {
pub operation_id: String,
pub stack_set_name: String,
}Fields§
§operation_id: StringThe unique ID of the stack set operation.
stack_set_name: StringThe name or the unique stack ID of the stack set for the stack operation.
Trait Implementations§
Source§impl Clone for DescribeStackSetOperationInput
impl Clone for DescribeStackSetOperationInput
Source§fn clone(&self) -> DescribeStackSetOperationInput
fn clone(&self) -> DescribeStackSetOperationInput
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 Default for DescribeStackSetOperationInput
impl Default for DescribeStackSetOperationInput
Source§fn default() -> DescribeStackSetOperationInput
fn default() -> DescribeStackSetOperationInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeStackSetOperationInput
impl PartialEq for DescribeStackSetOperationInput
Source§fn eq(&self, other: &DescribeStackSetOperationInput) -> bool
fn eq(&self, other: &DescribeStackSetOperationInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeStackSetOperationInput
Auto Trait Implementations§
impl Freeze for DescribeStackSetOperationInput
impl RefUnwindSafe for DescribeStackSetOperationInput
impl Send for DescribeStackSetOperationInput
impl Sync for DescribeStackSetOperationInput
impl Unpin for DescribeStackSetOperationInput
impl UnsafeUnpin for DescribeStackSetOperationInput
impl UnwindSafe for DescribeStackSetOperationInput
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