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.
695 696 697 |
# File 'sig/types.rbs', line 695 def arn @arn end |
#asset_bundle_import_job_id ⇒ ::String
Returns the value of attribute asset_bundle_import_job_id.
697 698 699 |
# File 'sig/types.rbs', line 697 def asset_bundle_import_job_id @asset_bundle_import_job_id end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
696 697 698 |
# File 'sig/types.rbs', line 696 def created_time @created_time end |
#failure_action ⇒ "DO_NOTHING", "ROLLBACK"
Returns the value of attribute failure_action.
698 699 700 |
# File 'sig/types.rbs', line 698 def failure_action @failure_action end |
#job_status ⇒ "QUEUED_FOR_IMMEDIATE_EXECUTION", ...
Returns the value of attribute job_status.
694 695 696 |
# File 'sig/types.rbs', line 694 def job_status @job_status end |