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:

  • (Object)


658
659
660
# File 'sig/types.rbs', line 658

def unknown
  @unknown
end

#workerTypes::WorkerComputeConfiguration

Returns the value of attribute worker.



657
658
659
# File 'sig/types.rbs', line 657

def worker
  @worker
end