Struct aws_sdk_securityhub::model::AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
source · #[non_exhaustive]pub struct AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails { /* private fields */ }
Expand description
Information about an environment variable that is available to builds for the build project.
Implementations§
source§impl AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
impl AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
.
Trait Implementations§
source§impl Clone for AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
impl Clone for AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
source§fn clone(&self) -> AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
fn clone(&self) -> AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
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 more