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)


641
642
643
# File 'sig/types.rbs', line 641

def unknown
  @unknown
end

#workerTypes::WorkerComputeConfiguration

Returns the value of attribute worker.



640
641
642
# File 'sig/types.rbs', line 640

def worker
  @worker
end