#[non_exhaustive]pub struct ListHubContentVersionsOutput { /* private fields */ }
Implementations§
source§impl ListHubContentVersionsOutput
impl ListHubContentVersionsOutput
sourcepub fn hub_content_summaries(&self) -> Option<&[HubContentInfo]>
pub fn hub_content_summaries(&self) -> Option<&[HubContentInfo]>
The summaries of the listed hub content versions.
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 versions, use it in the subsequent request.
source§impl ListHubContentVersionsOutput
impl ListHubContentVersionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListHubContentVersionsOutput
.
Trait Implementations§
source§impl Clone for ListHubContentVersionsOutput
impl Clone for ListHubContentVersionsOutput
source§fn clone(&self) -> ListHubContentVersionsOutput
fn clone(&self) -> ListHubContentVersionsOutput
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 ListHubContentVersionsOutput
impl Debug for ListHubContentVersionsOutput
source§impl PartialEq<ListHubContentVersionsOutput> for ListHubContentVersionsOutput
impl PartialEq<ListHubContentVersionsOutput> for ListHubContentVersionsOutput
source§fn eq(&self, other: &ListHubContentVersionsOutput) -> bool
fn eq(&self, other: &ListHubContentVersionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.