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