Struct aws_sdk_cloudcontrol::output::ListResourceRequestsOutput [−][src]
#[non_exhaustive]pub struct ListResourceRequestsOutput {
pub resource_request_status_summaries: Option<Vec<ProgressEvent>>,
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.resource_request_status_summaries: Option<Vec<ProgressEvent>>
The requests that match the specified filter criteria.
next_token: Option<String>
If the request doesn't return all of the remaining results, NextToken
is set to a token. To retrieve the next set of results, call ListResources
again and assign that token to the request object's NextToken
parameter. If the request returns all results, NextToken
is set to null.
Implementations
The requests that match the specified filter criteria.
If the request doesn't return all of the remaining results, NextToken
is set to a token. To retrieve the next set of results, call ListResources
again and assign that token to the request object's NextToken
parameter. If the request returns all results, NextToken
is set to null.
Creates a new builder-style object to manufacture ListResourceRequestsOutput
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 ListResourceRequestsOutput
impl Send for ListResourceRequestsOutput
impl Sync for ListResourceRequestsOutput
impl Unpin for ListResourceRequestsOutput
impl UnwindSafe for ListResourceRequestsOutput
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