Struct aws_sdk_pipes::model::BatchEnvironmentVariable
source · #[non_exhaustive]pub struct BatchEnvironmentVariable { /* private fields */ }
Expand description
The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition.
Environment variables cannot start with "Batch
". This naming convention is reserved for variables that Batch sets.
Implementations§
source§impl BatchEnvironmentVariable
impl BatchEnvironmentVariable
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchEnvironmentVariable
.
Trait Implementations§
source§impl Clone for BatchEnvironmentVariable
impl Clone for BatchEnvironmentVariable
source§fn clone(&self) -> BatchEnvironmentVariable
fn clone(&self) -> BatchEnvironmentVariable
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 BatchEnvironmentVariable
impl Debug for BatchEnvironmentVariable
source§impl PartialEq<BatchEnvironmentVariable> for BatchEnvironmentVariable
impl PartialEq<BatchEnvironmentVariable> for BatchEnvironmentVariable
source§fn eq(&self, other: &BatchEnvironmentVariable) -> bool
fn eq(&self, other: &BatchEnvironmentVariable) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.