Class: Aws::Types::CancelDataRepositoryTaskResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycle"PENDING", ...

Returns the value of attribute lifecycle.

Returns:

  • ("PENDING", "EXECUTING", "FAILED", "SUCCEEDED", "CANCELED", "CANCELING")


150
151
152
# File 'sig/types.rbs', line 150

def lifecycle
  @lifecycle
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def task_id
  @task_id
end