Class: Aws::Types::ExecutionEnvironmentVariables

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#compute_nodes::Hash[::String, ::Hash[::String, ::String]]

Returns the value of attribute compute_nodes.

Returns:



2156
2157
2158
# File 'sig/types.rbs', line 2156

def compute_nodes
  @compute_nodes
end

#global::Hash[::String, ::String]

Returns the value of attribute global.

Returns:



2155
2156
2157
# File 'sig/types.rbs', line 2155

def global
  @global
end