Class: Aws::Types::DataProcessingDetails
- Inherits:
-
Object
- Object
- Aws::Types::DataProcessingDetails
- 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.
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.
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.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def status @status end |