Class: Aws::Types::AssetBundleImportJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#asset_bundle_import_job_id ⇒ ::String
Returns the value of attribute asset_bundle_import_job_id.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#failure_action ⇒ "DO_NOTHING", "ROLLBACK"
Returns the value of attribute failure_action.
-
#job_status ⇒ "QUEUED_FOR_IMMEDIATE_EXECUTION", ...
Returns the value of attribute job_status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
655 656 657 |
# File 'sig/types.rbs', line 655 def arn @arn end |
#asset_bundle_import_job_id ⇒ ::String
Returns the value of attribute asset_bundle_import_job_id.
657 658 659 |
# File 'sig/types.rbs', line 657 def asset_bundle_import_job_id @asset_bundle_import_job_id end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
656 657 658 |
# File 'sig/types.rbs', line 656 def created_time @created_time end |
#failure_action ⇒ "DO_NOTHING", "ROLLBACK"
Returns the value of attribute failure_action.
658 659 660 |
# File 'sig/types.rbs', line 658 def failure_action @failure_action end |
#job_status ⇒ "QUEUED_FOR_IMMEDIATE_EXECUTION", ...
Returns the value of attribute job_status.
654 655 656 |
# File 'sig/types.rbs', line 654 def job_status @job_status end |