Class: Aws::Types::StartAssetBundleExportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartAssetBundleExportJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#asset_bundle_export_job_id ⇒ ::String
Returns the value of attribute asset_bundle_export_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.
10514 10515 10516 |
# File 'sig/types.rbs', line 10514 def arn @arn end |
#asset_bundle_export_job_id ⇒ ::String
Returns the value of attribute asset_bundle_export_job_id.
10515 10516 10517 |
# File 'sig/types.rbs', line 10515 def asset_bundle_export_job_id @asset_bundle_export_job_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
10516 10517 10518 |
# File 'sig/types.rbs', line 10516 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
10517 10518 10519 |
# File 'sig/types.rbs', line 10517 def status @status end |