Class: Aws::Types::GetMLDataProcessingJobOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def id
  @id
end

#processing_jobTypes::MlResourceDefinition

Returns the value of attribute processing_job.



344
345
346
# File 'sig/types.rbs', line 344

def processing_job
  @processing_job
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def status
  @status
end