Struct aws_sdk_imagebuilder::types::OutputResources
source · #[non_exhaustive]pub struct OutputResources { /* private fields */ }
Expand description
The resources produced by this image.
Implementations§
source§impl OutputResources
impl OutputResources
sourcepub fn builder() -> OutputResourcesBuilder
pub fn builder() -> OutputResourcesBuilder
Creates a new builder-style object to manufacture OutputResources
.
Trait Implementations§
source§impl Clone for OutputResources
impl Clone for OutputResources
source§fn clone(&self) -> OutputResources
fn clone(&self) -> OutputResources
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 OutputResources
impl Debug for OutputResources
source§impl PartialEq<OutputResources> for OutputResources
impl PartialEq<OutputResources> for OutputResources
source§fn eq(&self, other: &OutputResources) -> bool
fn eq(&self, other: &OutputResources) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.