Struct aws_sdk_elasticbeanstalk::operation::retrieve_environment_info::RetrieveEnvironmentInfoOutput
source · #[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() -> RetrieveEnvironmentInfoOutputBuilder
pub fn builder() -> RetrieveEnvironmentInfoOutputBuilder
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 ==.source§impl RequestId for RetrieveEnvironmentInfoOutput
impl RequestId for RetrieveEnvironmentInfoOutput
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.