Class: Aws::Types::AuditMitigationActionsTaskMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


254
255
256
# File 'sig/types.rbs', line 254

def start_time
  @start_time
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def task_id
  @task_id
end

#task_status"IN_PROGRESS", ...

Returns the value of attribute task_status.

Returns:

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


255
256
257
# File 'sig/types.rbs', line 255

def task_status
  @task_status
end