Class: Aws::Batch::Types::EksContainerEnvironmentVariable
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::EksContainerEnvironmentVariable
- Defined in:
- gems/aws-sdk-batch/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.
3701 3702 3703 3704 3705 3706 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 3701 class EksContainerEnvironmentVariable < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the environment variable.
3701 3702 3703 3704 3705 3706 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 3701 class EksContainerEnvironmentVariable < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |