Class: Aws::Types::ExecutionEnvironmentVariables

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:global])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute compute_nodes.

Returns:

  • (::Hash[::String, ::Hash[::String, ::String]])


2146
2147
2148
# File 'sig/types.rbs', line 2146

def compute_nodes
  @compute_nodes
end

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

Returns the value of attribute global.

Returns:

  • (::Hash[::String, ::String])


2145
2146
2147
# File 'sig/types.rbs', line 2145

def global
  @global
end