#[non_exhaustive]pub struct ListTestSetsOutput {
pub test_sets: Option<Vec<TestSetSummary>>,
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_sets: Option<Vec<TestSetSummary>>The selected test sets in a list of test sets.
next_token: Option<String>A token that indicates whether there are more results to return in a response to the ListTestSets operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSets operation request to get the next page of results.
Implementations§
source§impl ListTestSetsOutput
impl ListTestSetsOutput
sourcepub fn test_sets(&self) -> &[TestSetSummary]
pub fn test_sets(&self) -> &[TestSetSummary]
The selected test sets in a list of test sets.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .test_sets.is_none().
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 ListTestSets operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSets operation request to get the next page of results.
source§impl ListTestSetsOutput
impl ListTestSetsOutput
sourcepub fn builder() -> ListTestSetsOutputBuilder
pub fn builder() -> ListTestSetsOutputBuilder
Creates a new builder-style object to manufacture ListTestSetsOutput.
Trait Implementations§
source§impl Clone for ListTestSetsOutput
impl Clone for ListTestSetsOutput
source§fn clone(&self) -> ListTestSetsOutput
fn clone(&self) -> ListTestSetsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListTestSetsOutput
impl Debug for ListTestSetsOutput
source§impl PartialEq for ListTestSetsOutput
impl PartialEq for ListTestSetsOutput
source§fn eq(&self, other: &ListTestSetsOutput) -> bool
fn eq(&self, other: &ListTestSetsOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for ListTestSetsOutput
impl RequestId for ListTestSetsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.