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.
10904 10905 10906 |
# File 'sig/types.rbs', line 10904 def arn @arn end |
#asset_bundle_export_job_id ⇒ ::String
Returns the value of attribute asset_bundle_export_job_id.
10905 10906 10907 |
# File 'sig/types.rbs', line 10905 def asset_bundle_export_job_id @asset_bundle_export_job_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
10906 10907 10908 |
# File 'sig/types.rbs', line 10906 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
10907 10908 10909 |
# File 'sig/types.rbs', line 10907 def status @status end |