#[non_exhaustive]pub struct ListComponentsOutput { /* private fields */ }
Implementations§
source§impl ListComponentsOutput
impl ListComponentsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that indicates the location of the next component in the array of components, after the current requested list of components.
sourcepub fn components(&self) -> Option<&[ComponentSummary]>
pub fn components(&self) -> Option<&[ComponentSummary]>
An array of components with summary data.
source§impl ListComponentsOutput
impl ListComponentsOutput
sourcepub fn builder() -> ListComponentsOutputBuilder
pub fn builder() -> ListComponentsOutputBuilder
Creates a new builder-style object to manufacture ListComponentsOutput
.
Trait Implementations§
source§impl Clone for ListComponentsOutput
impl Clone for ListComponentsOutput
source§fn clone(&self) -> ListComponentsOutput
fn clone(&self) -> ListComponentsOutput
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 ListComponentsOutput
impl Debug for ListComponentsOutput
source§impl PartialEq<ListComponentsOutput> for ListComponentsOutput
impl PartialEq<ListComponentsOutput> for ListComponentsOutput
source§fn eq(&self, other: &ListComponentsOutput) -> bool
fn eq(&self, other: &ListComponentsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListComponentsOutput
impl RequestId for ListComponentsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.