#[non_exhaustive]pub struct ComposeEnvironmentsOutput { /* private fields */ }Expand description
Result message containing a list of environment descriptions.
Implementations§
source§impl ComposeEnvironmentsOutput
impl ComposeEnvironmentsOutput
sourcepub fn environments(&self) -> Option<&[EnvironmentDescription]>
pub fn environments(&self) -> Option<&[EnvironmentDescription]>
Returns an EnvironmentDescription list.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
source§impl ComposeEnvironmentsOutput
impl ComposeEnvironmentsOutput
sourcepub fn builder() -> ComposeEnvironmentsOutputBuilder
pub fn builder() -> ComposeEnvironmentsOutputBuilder
Creates a new builder-style object to manufacture ComposeEnvironmentsOutput.
Trait Implementations§
source§impl Clone for ComposeEnvironmentsOutput
impl Clone for ComposeEnvironmentsOutput
source§fn clone(&self) -> ComposeEnvironmentsOutput
fn clone(&self) -> ComposeEnvironmentsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ComposeEnvironmentsOutput
impl Debug for ComposeEnvironmentsOutput
source§impl PartialEq<ComposeEnvironmentsOutput> for ComposeEnvironmentsOutput
impl PartialEq<ComposeEnvironmentsOutput> for ComposeEnvironmentsOutput
source§fn eq(&self, other: &ComposeEnvironmentsOutput) -> bool
fn eq(&self, other: &ComposeEnvironmentsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ComposeEnvironmentsOutput
impl RequestId for ComposeEnvironmentsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.