#[non_exhaustive]pub struct ListTestGridSessionsOutput { /* private fields */ }Implementations§
source§impl ListTestGridSessionsOutput
impl ListTestGridSessionsOutput
sourcepub fn test_grid_sessions(&self) -> Option<&[TestGridSession]>
pub fn test_grid_sessions(&self) -> Option<&[TestGridSession]>
The sessions that match the criteria in a ListTestGridSessionsRequest.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token.
source§impl ListTestGridSessionsOutput
impl ListTestGridSessionsOutput
sourcepub fn builder() -> ListTestGridSessionsOutputBuilder
pub fn builder() -> ListTestGridSessionsOutputBuilder
Creates a new builder-style object to manufacture ListTestGridSessionsOutput.
Trait Implementations§
source§impl Clone for ListTestGridSessionsOutput
impl Clone for ListTestGridSessionsOutput
source§fn clone(&self) -> ListTestGridSessionsOutput
fn clone(&self) -> ListTestGridSessionsOutput
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 ListTestGridSessionsOutput
impl Debug for ListTestGridSessionsOutput
source§impl PartialEq<ListTestGridSessionsOutput> for ListTestGridSessionsOutput
impl PartialEq<ListTestGridSessionsOutput> for ListTestGridSessionsOutput
source§fn eq(&self, other: &ListTestGridSessionsOutput) -> bool
fn eq(&self, other: &ListTestGridSessionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListTestGridSessionsOutput
impl RequestId for ListTestGridSessionsOutput
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.