#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for ListTestGridSessionsInput
Implementations
ARN of a TestGridProject.
ARN of a TestGridProject.
Return only sessions in this state.
Return only sessions in this state.
Return only sessions created after this time.
Return only sessions created after this time.
Return only sessions created before this time.
Return only sessions created before this time.
Return only sessions that ended after this time.
Return only sessions that ended after this time.
Return only sessions that ended before this time.
Return only sessions that ended before this time.
Return only this many results at a time.
Return only this many results at a time.
Pagination token.
Pagination token.
Consumes the builder and constructs a ListTestGridSessionsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more