Struct aws_sdk_sagemaker::output::ListHubContentsOutput
source · #[non_exhaustive]pub struct ListHubContentsOutput { /* private fields */ }
Implementations§
source§impl ListHubContentsOutput
impl ListHubContentsOutput
sourcepub fn hub_content_summaries(&self) -> Option<&[HubContentInfo]>
pub fn hub_content_summaries(&self) -> Option<&[HubContentInfo]>
The summaries of the listed hub content.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content, use it in the subsequent request.
source§impl ListHubContentsOutput
impl ListHubContentsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListHubContentsOutput
.
Trait Implementations§
source§impl Clone for ListHubContentsOutput
impl Clone for ListHubContentsOutput
source§fn clone(&self) -> ListHubContentsOutput
fn clone(&self) -> ListHubContentsOutput
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 moresource§impl Debug for ListHubContentsOutput
impl Debug for ListHubContentsOutput
source§impl PartialEq<ListHubContentsOutput> for ListHubContentsOutput
impl PartialEq<ListHubContentsOutput> for ListHubContentsOutput
source§fn eq(&self, other: &ListHubContentsOutput) -> bool
fn eq(&self, other: &ListHubContentsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.