Struct aws_sdk_cloud9::output::CreateEnvironmentEc2Output
source · [−]#[non_exhaustive]pub struct CreateEnvironmentEc2Output { /* private fields */ }
Implementations
sourceimpl 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.
sourceimpl CreateEnvironmentEc2Output
impl CreateEnvironmentEc2Output
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateEnvironmentEc2Output
.
Trait Implementations
sourceimpl Clone for CreateEnvironmentEc2Output
impl Clone for CreateEnvironmentEc2Output
sourcefn clone(&self) -> CreateEnvironmentEc2Output
fn clone(&self) -> CreateEnvironmentEc2Output
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CreateEnvironmentEc2Output
impl Debug for CreateEnvironmentEc2Output
sourceimpl PartialEq<CreateEnvironmentEc2Output> for CreateEnvironmentEc2Output
impl PartialEq<CreateEnvironmentEc2Output> for CreateEnvironmentEc2Output
sourcefn eq(&self, other: &CreateEnvironmentEc2Output) -> bool
fn eq(&self, other: &CreateEnvironmentEc2Output) -> bool
impl StructuralPartialEq for CreateEnvironmentEc2Output
Auto Trait Implementations
impl RefUnwindSafe for CreateEnvironmentEc2Output
impl Send for CreateEnvironmentEc2Output
impl Sync for CreateEnvironmentEc2Output
impl Unpin for CreateEnvironmentEc2Output
impl UnwindSafe for CreateEnvironmentEc2Output
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more