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.
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.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def global @global end |