class Aws::OpsWorks::Types::EnvironmentVariable

Represents an app's environment variable.

@note When making an API call, you may pass EnvironmentVariable

data as a hash:

    {
      key: "String", # required
      value: "String", # required
      secure: false,
    }

@!attribute [rw] key

(Required) The environment variable's name, which can consist of up
to 64 characters and must be specified. The name can contain upper-
and lowercase letters, numbers, and underscores (\_), but it must
start with a letter or underscore.
@return [String]

@!attribute [rw] value

(Optional) The environment variable's value, which can be left
empty. If you specify a value, it can contain up to 256 characters,
which must all be printable.
@return [String]

@!attribute [rw] secure

(Optional) Whether the variable's value will be returned by the
DescribeApps action. To conceal an environment variable's value,
set `Secure` to `true`. `DescribeApps` then returns
`*****FILTERED*****` instead of the actual value. The default value
for `Secure` is `false`.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/EnvironmentVariable AWS API Documentation

Constants

SENSITIVE