You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeBuild::Types::ExportedEnvironmentVariable

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about an exported environment variable.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of this exported environment variable.

Returns:

  • (String)

    The name of this exported environment variable.

#valueString

The value assigned to this exported environment variable.

During a build, the value of a variable is available starting with the install phase. It can be updated between the start of the install phase and the end of the post_build phase. After the post_build phase ends, the value of exported variables cannot change.

Returns:

  • (String)

    The value assigned to this exported environment variable.