Class: Aws::Types::StartAssetBundleImportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartAssetBundleImportJobResponse
- 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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
10534 10535 10536 |
# File 'sig/types.rbs', line 10534 def arn @arn end |
#asset_bundle_import_job_id ⇒ ::String
Returns the value of attribute asset_bundle_import_job_id.
10535 10536 10537 |
# File 'sig/types.rbs', line 10535 def asset_bundle_import_job_id @asset_bundle_import_job_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
10536 10537 10538 |
# File 'sig/types.rbs', line 10536 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
10537 10538 10539 |
# File 'sig/types.rbs', line 10537 def status @status end |