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