#[non_exhaustive]pub struct GetEnvironmentInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetEnvironmentInput
.
source§impl GetEnvironmentInput
impl GetEnvironmentInput
sourcepub fn environment_identifier(&self) -> Option<&str>
pub fn environment_identifier(&self) -> Option<&str>
The ID of the environment.
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 ==
.