#[non_exhaustive]pub struct ComposeEnvironmentsOutput {
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 ComposeEnvironmentsOutput
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 ComposeEnvironmentsOutput
impl Send for ComposeEnvironmentsOutput
impl Sync for ComposeEnvironmentsOutput
impl Unpin for ComposeEnvironmentsOutput
impl UnwindSafe for ComposeEnvironmentsOutput
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