#[non_exhaustive]pub struct DescribeEnvironmentsOutput {
pub environments: Option<Vec<EnvironmentDescription>>,
pub next_token: Option<String>,
}
Expand description
Result message containing a list of environment 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.environments: Option<Vec<EnvironmentDescription>>
Returns an EnvironmentDescription
list.
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
Returns an EnvironmentDescription
list.
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 DescribeEnvironmentsOutput
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 DescribeEnvironmentsOutput
impl Send for DescribeEnvironmentsOutput
impl Sync for DescribeEnvironmentsOutput
impl Unpin for DescribeEnvironmentsOutput
impl UnwindSafe for DescribeEnvironmentsOutput
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