Struct aws_sdk_sagemaker::model::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.