A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/OpsWorks/Types/EnvironmentVariable.html below:

EnvironmentVariable — AWS SDK for Ruby V2

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

Class: Aws::OpsWorks::Types::EnvironmentVariable
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #key ⇒ String

(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.

#value ⇒ String

(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