#[non_exhaustive]pub struct GetEnvironmentInput { /* private fields */ }Implementations§
source§impl GetEnvironmentInput
impl GetEnvironmentInput
sourcepub fn environment_identifier(&self) -> Option<&str>
pub fn environment_identifier(&self) -> Option<&str>
The ID of the environment.
source§impl GetEnvironmentInput
impl GetEnvironmentInput
sourcepub fn builder() -> GetEnvironmentInputBuilder
pub fn builder() -> GetEnvironmentInputBuilder
Creates a new builder-style object to manufacture GetEnvironmentInput.
source§impl GetEnvironmentInput
impl GetEnvironmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEnvironment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetEnvironment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetEnvironment>
Trait Implementations§
source§impl Clone for GetEnvironmentInput
impl Clone for GetEnvironmentInput
source§fn clone(&self) -> GetEnvironmentInput
fn clone(&self) -> GetEnvironmentInput
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 GetEnvironmentInput
impl Debug for GetEnvironmentInput
source§impl PartialEq<GetEnvironmentInput> for GetEnvironmentInput
impl PartialEq<GetEnvironmentInput> for GetEnvironmentInput
source§fn eq(&self, other: &GetEnvironmentInput) -> bool
fn eq(&self, other: &GetEnvironmentInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetEnvironmentInput
Auto Trait Implementations§
impl RefUnwindSafe for GetEnvironmentInput
impl Send for GetEnvironmentInput
impl Sync for GetEnvironmentInput
impl Unpin for GetEnvironmentInput
impl UnwindSafe for GetEnvironmentInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more