#[non_exhaustive]pub struct ListTestGridSessionActionsOutput { /* private fields */ }Implementations§
source§impl ListTestGridSessionActionsOutput
impl ListTestGridSessionActionsOutput
sourcepub fn actions(&self) -> Option<&[TestGridSessionAction]>
pub fn actions(&self) -> Option<&[TestGridSessionAction]>
The action taken by the session.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token.
source§impl ListTestGridSessionActionsOutput
impl ListTestGridSessionActionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTestGridSessionActionsOutput.
Trait Implementations§
source§impl Clone for ListTestGridSessionActionsOutput
impl Clone for ListTestGridSessionActionsOutput
source§fn clone(&self) -> ListTestGridSessionActionsOutput
fn clone(&self) -> ListTestGridSessionActionsOutput
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 PartialEq<ListTestGridSessionActionsOutput> for ListTestGridSessionActionsOutput
impl PartialEq<ListTestGridSessionActionsOutput> for ListTestGridSessionActionsOutput
source§fn eq(&self, other: &ListTestGridSessionActionsOutput) -> bool
fn eq(&self, other: &ListTestGridSessionActionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.