Class: Aws::Types::Task

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#progress_percent::Integer

Returns the value of attribute progress_percent.

Returns:

  • (::Integer)


362
363
364
# File 'sig/types.rbs', line 362

def progress_percent
  @progress_percent
end

#status"NOT_STARTED", ...

Returns the value of attribute status.

Returns:

  • ("NOT_STARTED", "IN_PROGRESS", "FAILED", "COMPLETED")


360
361
362
# File 'sig/types.rbs', line 360

def status
  @status
end

#status_detail::String

Returns the value of attribute status_detail.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def status_detail
  @status_detail
end