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.
10924 10925 10926 |
# File 'sig/types.rbs', line 10924 def arn @arn end |
#asset_bundle_import_job_id ⇒ ::String
Returns the value of attribute asset_bundle_import_job_id.
10925 10926 10927 |
# File 'sig/types.rbs', line 10925 def asset_bundle_import_job_id @asset_bundle_import_job_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
10926 10927 10928 |
# File 'sig/types.rbs', line 10926 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
10927 10928 10929 |
# File 'sig/types.rbs', line 10927 def status @status end |