Class: Aws::Types::ExecutionEnvironmentVariables
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionEnvironmentVariables
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_nodes ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute compute_nodes.
-
#global ⇒ ::Hash[::String, ::String]
Returns the value of attribute global.
Instance Attribute Details
#compute_nodes ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute compute_nodes.
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.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def global @global end |