#[non_exhaustive]pub struct DescribeStackSetOperationOutput { /* private fields */ }Implementations§
source§impl DescribeStackSetOperationOutput
impl DescribeStackSetOperationOutput
sourcepub fn stack_set_operation(&self) -> Option<&StackSetOperation>
pub fn stack_set_operation(&self) -> Option<&StackSetOperation>
The specified stack set operation.
source§impl DescribeStackSetOperationOutput
impl DescribeStackSetOperationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeStackSetOperationOutput.
Trait Implementations§
source§impl Clone for DescribeStackSetOperationOutput
impl Clone for DescribeStackSetOperationOutput
source§fn clone(&self) -> DescribeStackSetOperationOutput
fn clone(&self) -> DescribeStackSetOperationOutput
Returns a copy 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 more