Struct aws_sdk_cloudformation::model::Output
source · [−]#[non_exhaustive]pub struct Output { /* private fields */ }Expand description
The Output data type.
Implementations
sourceimpl Output
impl 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.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
User defined description associated with the output.
sourcepub fn export_name(&self) -> Option<&str>
pub fn export_name(&self) -> Option<&str>
The name of the export associated with the output.
Trait Implementations
impl StructuralPartialEq for Output
Auto Trait Implementations
impl RefUnwindSafe for Output
impl Send for Output
impl Sync for Output
impl Unpin for Output
impl UnwindSafe for Output
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more