Class: Aws::Types::TrainingDetails
- Inherits:
-
Object
- Object
- Aws::Types::TrainingDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_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.
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.
3558 3559 3560 |
# File 'sig/types.rbs', line 3558 def status @status end |