#[non_exhaustive]pub struct CreateEnvironmentEc2Output { /* private fields */ }Implementations§
source§impl CreateEnvironmentEc2Output
impl CreateEnvironmentEc2Output
sourcepub fn environment_id(&self) -> Option<&str>
pub fn environment_id(&self) -> Option<&str>
The ID of the environment that was created.
source§impl CreateEnvironmentEc2Output
impl CreateEnvironmentEc2Output
sourcepub fn builder() -> CreateEnvironmentEc2OutputBuilder
pub fn builder() -> CreateEnvironmentEc2OutputBuilder
Creates a new builder-style object to manufacture CreateEnvironmentEc2Output.
Trait Implementations§
source§impl Clone for CreateEnvironmentEc2Output
impl Clone for CreateEnvironmentEc2Output
source§fn clone(&self) -> CreateEnvironmentEc2Output
fn clone(&self) -> CreateEnvironmentEc2Output
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 CreateEnvironmentEc2Output
impl Debug for CreateEnvironmentEc2Output
source§impl PartialEq<CreateEnvironmentEc2Output> for CreateEnvironmentEc2Output
impl PartialEq<CreateEnvironmentEc2Output> for CreateEnvironmentEc2Output
source§fn eq(&self, other: &CreateEnvironmentEc2Output) -> bool
fn eq(&self, other: &CreateEnvironmentEc2Output) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateEnvironmentEc2Output
impl RequestId for CreateEnvironmentEc2Output
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.