Struct aws_sdk_apprunner::output::ListOperationsOutput [−][src]
#[non_exhaustive]pub struct ListOperationsOutput {
pub operation_summary_list: Option<Vec<OperationSummary>>,
pub next_token: Option<String>,
}
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.operation_summary_list: Option<Vec<OperationSummary>>
A list of operation summary information records. In a paginated request, the request returns up to MaxResults
records for each call.
next_token: Option<String>
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
Implementations
A list of operation summary information records. In a paginated request, the request returns up to MaxResults
records for each call.
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
Creates a new builder-style object to manufacture ListOperationsOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ListOperationsOutput
impl Send for ListOperationsOutput
impl Sync for ListOperationsOutput
impl Unpin for ListOperationsOutput
impl UnwindSafe for ListOperationsOutput
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