#[non_exhaustive]pub struct DescribeApplicationVersionsOutput {
pub application_versions: Option<Vec<ApplicationVersionDescription>>,
pub next_token: Option<String>,
}
Expand description
Result message wrapping a list of application version descriptions.
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.application_versions: Option<Vec<ApplicationVersionDescription>>
List of ApplicationVersionDescription
objects sorted in order of creation.
next_token: Option<String>
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
Implementations
List of ApplicationVersionDescription
objects sorted in order of creation.
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
Creates a new builder-style object to manufacture DescribeApplicationVersionsOutput
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 Send for DescribeApplicationVersionsOutput
impl Sync for DescribeApplicationVersionsOutput
impl Unpin for DescribeApplicationVersionsOutput
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