#[non_exhaustive]pub struct CreateStackOutput { /* private fields */ }
Implementations§
source§impl CreateStackOutput
impl CreateStackOutput
sourcepub fn builder() -> CreateStackOutputBuilder
pub fn builder() -> CreateStackOutputBuilder
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 moresource§impl Debug for CreateStackOutput
impl Debug for CreateStackOutput
source§impl PartialEq<CreateStackOutput> for CreateStackOutput
impl PartialEq<CreateStackOutput> for CreateStackOutput
source§fn eq(&self, other: &CreateStackOutput) -> bool
fn eq(&self, other: &CreateStackOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateStackOutput
impl RequestId for CreateStackOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.