#[non_exhaustive]pub struct UpdateStackInstancesOutput { /* private fields */ }Implementations§
source§impl UpdateStackInstancesOutput
impl UpdateStackInstancesOutput
sourcepub fn operation_id(&self) -> Option<&str>
pub fn operation_id(&self) -> Option<&str>
The unique identifier for this stack set operation.
source§impl UpdateStackInstancesOutput
impl UpdateStackInstancesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateStackInstancesOutput.
Trait Implementations§
source§impl Clone for UpdateStackInstancesOutput
impl Clone for UpdateStackInstancesOutput
source§fn clone(&self) -> UpdateStackInstancesOutput
fn clone(&self) -> UpdateStackInstancesOutput
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