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