Class: Aws::Types::CatalogImportStatus
- Inherits:
-
Object
- Object
- Aws::Types::CatalogImportStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#import_completed ⇒ Boolean
Returns the value of attribute import_completed.
-
#import_time ⇒ ::Time
Returns the value of attribute import_time.
-
#imported_by ⇒ ::String
Returns the value of attribute imported_by.
Instance Attribute Details
#import_completed ⇒ Boolean
Returns the value of attribute import_completed.
676 677 678 |
# File 'sig/types.rbs', line 676 def import_completed @import_completed end |
#import_time ⇒ ::Time
Returns the value of attribute import_time.
677 678 679 |
# File 'sig/types.rbs', line 677 def import_time @import_time end |
#imported_by ⇒ ::String
Returns the value of attribute imported_by.
678 679 680 |
# File 'sig/types.rbs', line 678 def imported_by @imported_by end |