Struct aws_sdk_devicefarm::operation::list_test_grid_session_actions::ListTestGridSessionActionsOutput
source · #[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() -> ListTestGridSessionActionsOutputBuilder
pub fn builder() -> ListTestGridSessionActionsOutputBuilder
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 ==.source§impl RequestId for ListTestGridSessionActionsOutput
impl RequestId for ListTestGridSessionActionsOutput
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.