Class: Aws::Types::DataProcessingDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def last_modified_time
  @last_modified_time
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

  • ("InProgress", "Completed", "Stopping", "Stopped", "Failed", "NotStarted")


1281
1282
1283
# File 'sig/types.rbs', line 1281

def status
  @status
end