Class: Aws::Types::TrainingDetails

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)


3559
3560
3561
# File 'sig/types.rbs', line 3559

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3560
3561
3562
# File 'sig/types.rbs', line 3560

def last_modified_time
  @last_modified_time
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

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


3558
3559
3560
# File 'sig/types.rbs', line 3558

def status
  @status
end