Class: Aws::Types::ComputeConfiguration

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

Defined Under Namespace

Classes: Unknown, Worker

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#unknownObject

Returns the value of attribute unknown.

Returns:



210
211
212
# File 'sig/types.rbs', line 210

def unknown
  @unknown
end

#workerTypes::WorkerComputeConfiguration

Returns the value of attribute worker.

Returns:



209
210
211
# File 'sig/types.rbs', line 209

def worker
  @worker
end