#[non_exhaustive]pub struct ListTrialComponentsOutput { /* private fields */ }
Implementations§
source§impl ListTrialComponentsOutput
impl ListTrialComponentsOutput
sourcepub fn trial_component_summaries(&self) -> Option<&[TrialComponentSummary]>
pub fn trial_component_summaries(&self) -> Option<&[TrialComponentSummary]>
A list of the summaries of your trial components.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token for getting the next set of components, if there are any.
source§impl ListTrialComponentsOutput
impl ListTrialComponentsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTrialComponentsOutput
.
Trait Implementations§
source§impl Clone for ListTrialComponentsOutput
impl Clone for ListTrialComponentsOutput
source§fn clone(&self) -> ListTrialComponentsOutput
fn clone(&self) -> ListTrialComponentsOutput
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 ListTrialComponentsOutput
impl Debug for ListTrialComponentsOutput
source§impl PartialEq<ListTrialComponentsOutput> for ListTrialComponentsOutput
impl PartialEq<ListTrialComponentsOutput> for ListTrialComponentsOutput
source§fn eq(&self, other: &ListTrialComponentsOutput) -> bool
fn eq(&self, other: &ListTrialComponentsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.