Struct aws_sdk_lexmodelsv2::operation::list_test_execution_result_items::ListTestExecutionResultItemsOutput
source · #[non_exhaustive]pub struct ListTestExecutionResultItemsOutput {
pub test_execution_results: Option<TestExecutionResultItems>,
pub next_token: Option<String>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.test_execution_results: Option<TestExecutionResultItems>
The list of results from the test execution.
next_token: Option<String>
A token that indicates whether there are more results to return in a response to the ListTestExecutionResultItems
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListTestExecutionResultItems
operation request to get the next page of results.
Implementations§
source§impl ListTestExecutionResultItemsOutput
impl ListTestExecutionResultItemsOutput
sourcepub fn test_execution_results(&self) -> Option<&TestExecutionResultItems>
pub fn test_execution_results(&self) -> Option<&TestExecutionResultItems>
The list of results from the test execution.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that indicates whether there are more results to return in a response to the ListTestExecutionResultItems
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListTestExecutionResultItems
operation request to get the next page of results.
source§impl ListTestExecutionResultItemsOutput
impl ListTestExecutionResultItemsOutput
sourcepub fn builder() -> ListTestExecutionResultItemsOutputBuilder
pub fn builder() -> ListTestExecutionResultItemsOutputBuilder
Creates a new builder-style object to manufacture ListTestExecutionResultItemsOutput
.
Trait Implementations§
source§impl Clone for ListTestExecutionResultItemsOutput
impl Clone for ListTestExecutionResultItemsOutput
source§fn clone(&self) -> ListTestExecutionResultItemsOutput
fn clone(&self) -> ListTestExecutionResultItemsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for ListTestExecutionResultItemsOutput
impl PartialEq for ListTestExecutionResultItemsOutput
source§fn eq(&self, other: &ListTestExecutionResultItemsOutput) -> bool
fn eq(&self, other: &ListTestExecutionResultItemsOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListTestExecutionResultItemsOutput
impl RequestId for ListTestExecutionResultItemsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.