Struct aws_sdk_outposts::model::ComputeAttributes
source · #[non_exhaustive]pub struct ComputeAttributes { /* private fields */ }
Expand description
Information about compute hardware assets.
Implementations§
source§impl ComputeAttributes
impl ComputeAttributes
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ComputeAttributes
.
Trait Implementations§
source§impl Clone for ComputeAttributes
impl Clone for ComputeAttributes
source§fn clone(&self) -> ComputeAttributes
fn clone(&self) -> ComputeAttributes
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