#[non_exhaustive]pub struct RetrieveEnvironmentInfoOutput { /* private fields */ }
Expand description
Result message containing a description of the requested environment info.
Implementations§
source§impl RetrieveEnvironmentInfoOutput
impl RetrieveEnvironmentInfoOutput
sourcepub fn environment_info(&self) -> Option<&[EnvironmentInfoDescription]>
pub fn environment_info(&self) -> Option<&[EnvironmentInfoDescription]>
The EnvironmentInfoDescription
of the environment.
source§impl RetrieveEnvironmentInfoOutput
impl RetrieveEnvironmentInfoOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RetrieveEnvironmentInfoOutput
.
Trait Implementations§
source§impl Clone for RetrieveEnvironmentInfoOutput
impl Clone for RetrieveEnvironmentInfoOutput
source§fn clone(&self) -> RetrieveEnvironmentInfoOutput
fn clone(&self) -> RetrieveEnvironmentInfoOutput
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 PartialEq<RetrieveEnvironmentInfoOutput> for RetrieveEnvironmentInfoOutput
impl PartialEq<RetrieveEnvironmentInfoOutput> for RetrieveEnvironmentInfoOutput
source§fn eq(&self, other: &RetrieveEnvironmentInfoOutput) -> bool
fn eq(&self, other: &RetrieveEnvironmentInfoOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.