You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::OpsWorks::Types::EnvironmentVariableWhen passing EnvironmentVariable as input to an Aws::Client method, you can use a vanilla Hash:
{
key: "String", value: "String", secure: false,
}
Represents an app's environment variable.
Instance Attribute Summary collapse(Required) The environment variable\'s name, which can consist of up to 64 characters and must be specified.
(Optional) Whether the variable\'s value will be returned by the DescribeApps action.
(Optional) The environment variable\'s value, which can be left empty.
(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.
#secure ⇒ Boolean(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
.
(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.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4