Class: Aws::Types::ProtectedJobComputeConfiguration

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)


2676
2677
2678
# File 'sig/types.rbs', line 2676

def unknown
  @unknown
end

#workerTypes::ProtectedJobWorkerComputeConfiguration

Returns the value of attribute worker.



2675
2676
2677
# File 'sig/types.rbs', line 2675

def worker
  @worker
end