Class: Aws::Types::PackageImportJob
- Inherits:
-
Object
- Object
- Aws::Types::PackageImportJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_type ⇒ "NODE_PACKAGE_VERSION", "MARKETPLACE_NODE_PACKAGE_VERSION"
Returns the value of attribute job_type.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#created_time ⇒ ::Time
Returns the value of attribute created_time.
674 675 676 |
# File 'sig/types.rbs', line 674 def created_time @created_time end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
675 676 677 |
# File 'sig/types.rbs', line 675 def job_id @job_id end |
#job_type ⇒ "NODE_PACKAGE_VERSION", "MARKETPLACE_NODE_PACKAGE_VERSION"
Returns the value of attribute job_type.
676 677 678 |
# File 'sig/types.rbs', line 676 def job_type @job_type end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
677 678 679 |
# File 'sig/types.rbs', line 677 def last_updated_time @last_updated_time end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
678 679 680 |
# File 'sig/types.rbs', line 678 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
679 680 681 |
# File 'sig/types.rbs', line 679 def @status_message end |