#[non_exhaustive]pub struct AwsCloudFormationStackOutputsDetails { /* private fields */ }
Expand description
Provides information about the CloudFormation stack output.
Implementations§
source§impl AwsCloudFormationStackOutputsDetails
impl AwsCloudFormationStackOutputsDetails
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A user-defined description associated with the output.
sourcepub fn output_key(&self) -> Option<&str>
pub fn output_key(&self) -> Option<&str>
The key associated with the output.
sourcepub fn output_value(&self) -> Option<&str>
pub fn output_value(&self) -> Option<&str>
The value associated with the output.
source§impl AwsCloudFormationStackOutputsDetails
impl AwsCloudFormationStackOutputsDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsCloudFormationStackOutputsDetails
.
Trait Implementations§
source§impl Clone for AwsCloudFormationStackOutputsDetails
impl Clone for AwsCloudFormationStackOutputsDetails
source§fn clone(&self) -> AwsCloudFormationStackOutputsDetails
fn clone(&self) -> AwsCloudFormationStackOutputsDetails
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 PartialEq<AwsCloudFormationStackOutputsDetails> for AwsCloudFormationStackOutputsDetails
impl PartialEq<AwsCloudFormationStackOutputsDetails> for AwsCloudFormationStackOutputsDetails
source§fn eq(&self, other: &AwsCloudFormationStackOutputsDetails) -> bool
fn eq(&self, other: &AwsCloudFormationStackOutputsDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.