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)


2649
2650
2651
# File 'sig/types.rbs', line 2649

def unknown
  @unknown
end

#workerTypes::ProtectedJobWorkerComputeConfiguration

Returns the value of attribute worker.



2648
2649
2650
# File 'sig/types.rbs', line 2648

def worker
  @worker
end