Struct aws_sdk_cloudformation::output::CreateStackOutput
source · #[non_exhaustive]pub struct CreateStackOutput { /* private fields */ }Expand description
The output for a CreateStack action.
Implementations§
source§impl CreateStackOutput
impl CreateStackOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateStackOutput.
Trait Implementations§
source§impl Clone for CreateStackOutput
impl Clone for CreateStackOutput
source§fn clone(&self) -> CreateStackOutput
fn clone(&self) -> CreateStackOutput
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