#[non_exhaustive]pub struct ListTestGridSessionActionsInput { /* private fields */ }Implementations§
source§impl ListTestGridSessionActionsInput
impl ListTestGridSessionActionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTestGridSessionActions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTestGridSessionActions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListTestGridSessionActions>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTestGridSessionActionsInput.
source§impl ListTestGridSessionActionsInput
impl ListTestGridSessionActionsInput
sourcepub fn session_arn(&self) -> Option<&str>
pub fn session_arn(&self) -> Option<&str>
The ARN of the session to retrieve.
sourcepub fn max_result(&self) -> Option<i32>
pub fn max_result(&self) -> Option<i32>
The maximum number of sessions to return per response.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token.
Trait Implementations§
source§impl Clone for ListTestGridSessionActionsInput
impl Clone for ListTestGridSessionActionsInput
source§fn clone(&self) -> ListTestGridSessionActionsInput
fn clone(&self) -> ListTestGridSessionActionsInput
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<ListTestGridSessionActionsInput> for ListTestGridSessionActionsInput
impl PartialEq<ListTestGridSessionActionsInput> for ListTestGridSessionActionsInput
source§fn eq(&self, other: &ListTestGridSessionActionsInput) -> bool
fn eq(&self, other: &ListTestGridSessionActionsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.