#[non_exhaustive]pub struct DescribeHubContentOutput { /* private fields */ }
Implementations§
source§impl DescribeHubContentOutput
impl DescribeHubContentOutput
sourcepub fn hub_content_name(&self) -> Option<&str>
pub fn hub_content_name(&self) -> Option<&str>
The name of the hub content.
sourcepub fn hub_content_arn(&self) -> Option<&str>
pub fn hub_content_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the hub content.
sourcepub fn hub_content_version(&self) -> Option<&str>
pub fn hub_content_version(&self) -> Option<&str>
The version of the hub content.
sourcepub fn hub_content_type(&self) -> Option<&HubContentType>
pub fn hub_content_type(&self) -> Option<&HubContentType>
The type of hub content.
sourcepub fn document_schema_version(&self) -> Option<&str>
pub fn document_schema_version(&self) -> Option<&str>
The document schema version for the hub content.
sourcepub fn hub_arn(&self) -> Option<&str>
pub fn hub_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the hub that contains the content.
sourcepub fn hub_content_display_name(&self) -> Option<&str>
pub fn hub_content_display_name(&self) -> Option<&str>
The display name of the hub content.
sourcepub fn hub_content_description(&self) -> Option<&str>
pub fn hub_content_description(&self) -> Option<&str>
A description of the hub content.
sourcepub fn hub_content_markdown(&self) -> Option<&str>
pub fn hub_content_markdown(&self) -> Option<&str>
Markdown files associated with the hub content to import.
sourcepub fn hub_content_document(&self) -> Option<&str>
pub fn hub_content_document(&self) -> Option<&str>
The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.
sourcepub fn hub_content_search_keywords(&self) -> Option<&[String]>
pub fn hub_content_search_keywords(&self) -> Option<&[String]>
The searchable keywords for the hub content.
sourcepub fn hub_content_dependencies(&self) -> Option<&[HubContentDependency]>
pub fn hub_content_dependencies(&self) -> Option<&[HubContentDependency]>
The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.
sourcepub fn hub_content_status(&self) -> Option<&HubContentStatus>
pub fn hub_content_status(&self) -> Option<&HubContentStatus>
The status of the hub content.
sourcepub fn failure_reason(&self) -> Option<&str>
pub fn failure_reason(&self) -> Option<&str>
The failure reason if importing hub content failed.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The date and time that hub content was created.
source§impl DescribeHubContentOutput
impl DescribeHubContentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeHubContentOutput
.
Trait Implementations§
source§impl Clone for DescribeHubContentOutput
impl Clone for DescribeHubContentOutput
source§fn clone(&self) -> DescribeHubContentOutput
fn clone(&self) -> DescribeHubContentOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DescribeHubContentOutput
impl Debug for DescribeHubContentOutput
source§impl PartialEq<DescribeHubContentOutput> for DescribeHubContentOutput
impl PartialEq<DescribeHubContentOutput> for DescribeHubContentOutput
source§fn eq(&self, other: &DescribeHubContentOutput) -> bool
fn eq(&self, other: &DescribeHubContentOutput) -> bool
self
and other
values to be equal, and is used
by ==
.