Class: Aws::Batch::Types::EksContainerEnvironmentVariable
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::EksContainerEnvironmentVariable
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-batch/types.rb
Overview
An environment variable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the environment variable.
-
#value ⇒ String
The value of the environment variable.
Instance Attribute Details
#name ⇒ String
The name of the environment variable.
3680 3681 3682 3683 3684 3685 |
# File 'lib/aws-sdk-batch/types.rb', line 3680 class EksContainerEnvironmentVariable < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the environment variable.
3680 3681 3682 3683 3684 3685 |
# File 'lib/aws-sdk-batch/types.rb', line 3680 class EksContainerEnvironmentVariable < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |