Struct aws_sdk_sagemaker::types::HubInfo
source · #[non_exhaustive]pub struct HubInfo { /* private fields */ }
Expand description
Information about a hub.
Implementations§
source§impl HubInfo
impl HubInfo
sourcepub fn hub_display_name(&self) -> Option<&str>
pub fn hub_display_name(&self) -> Option<&str>
The display name of the hub.
sourcepub fn hub_description(&self) -> Option<&str>
pub fn hub_description(&self) -> Option<&str>
A description of the hub.
sourcepub fn hub_search_keywords(&self) -> Option<&[String]>
pub fn hub_search_keywords(&self) -> Option<&[String]>
The searchable keywords for the hub.
sourcepub fn hub_status(&self) -> Option<&HubStatus>
pub fn hub_status(&self) -> Option<&HubStatus>
The status of the hub.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The date and time that the hub was created.
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
The date and time that the hub was last modified.
Trait Implementations§
source§impl PartialEq<HubInfo> for HubInfo
impl PartialEq<HubInfo> for HubInfo
impl StructuralPartialEq for HubInfo
Auto Trait Implementations§
impl RefUnwindSafe for HubInfo
impl Send for HubInfo
impl Sync for HubInfo
impl Unpin for HubInfo
impl UnwindSafe for HubInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more