#[non_exhaustive]pub struct CreateEnvironmentOutput { /* private fields */ }Implementations
sourceimpl CreateEnvironmentOutput
impl CreateEnvironmentOutput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the environment.
sourcepub fn environment_id(&self) -> Option<&str>
pub fn environment_id(&self) -> Option<&str>
The unique identifier of the environment.
sourcepub fn network_fabric_type(&self) -> Option<&NetworkFabricType>
pub fn network_fabric_type(&self) -> Option<&NetworkFabricType>
The network fabric type of the environment.
sourcepub fn owner_account_id(&self) -> Option<&str>
pub fn owner_account_id(&self) -> Option<&str>
The Amazon Web Services account ID of environment owner.
sourcepub fn state(&self) -> Option<&EnvironmentState>
pub fn state(&self) -> Option<&EnvironmentState>
The current state of the environment.
The tags assigned to the created environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair..
sourcepub fn last_updated_time(&self) -> Option<&DateTime>
pub fn last_updated_time(&self) -> Option<&DateTime>
A timestamp that indicates when the environment was last updated.
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
A timestamp that indicates when the environment is created.
sourceimpl CreateEnvironmentOutput
impl CreateEnvironmentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateEnvironmentOutput.
Trait Implementations
sourceimpl Clone for CreateEnvironmentOutput
impl Clone for CreateEnvironmentOutput
sourcefn clone(&self) -> CreateEnvironmentOutput
fn clone(&self) -> CreateEnvironmentOutput
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 CreateEnvironmentOutput
impl Debug for CreateEnvironmentOutput
sourceimpl PartialEq<CreateEnvironmentOutput> for CreateEnvironmentOutput
impl PartialEq<CreateEnvironmentOutput> for CreateEnvironmentOutput
sourcefn eq(&self, other: &CreateEnvironmentOutput) -> bool
fn eq(&self, other: &CreateEnvironmentOutput) -> bool
impl StructuralPartialEq for CreateEnvironmentOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateEnvironmentOutput
impl Send for CreateEnvironmentOutput
impl Sync for CreateEnvironmentOutput
impl Unpin for CreateEnvironmentOutput
impl UnwindSafe for CreateEnvironmentOutput
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