Class: Aws::Types::DescribeAssetBundleImportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAssetBundleImportJobResponse
- 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.
-
#asset_bundle_import_source ⇒ Types::AssetBundleImportSourceDescription
Returns the value of attribute asset_bundle_import_source.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#errors ⇒ ::Array[Types::AssetBundleImportJobError]
Returns the value of attribute errors.
-
#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.
-
#override_parameters ⇒ Types::AssetBundleImportJobOverrideParameters
Returns the value of attribute override_parameters.
-
#override_permissions ⇒ Types::AssetBundleImportJobOverridePermissions
Returns the value of attribute override_permissions.
-
#override_tags ⇒ Types::AssetBundleImportJobOverrideTags
Returns the value of attribute override_tags.
-
#override_validation_strategy ⇒ Types::AssetBundleImportJobOverrideValidationStrategy
Returns the value of attribute override_validation_strategy.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#rollback_errors ⇒ ::Array[Types::AssetBundleImportJobError]
Returns the value of attribute rollback_errors.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#warnings ⇒ ::Array[Types::AssetBundleImportJobWarning]
Returns the value of attribute warnings.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4429 4430 4431 |
# File 'sig/types.rbs', line 4429 def arn @arn end |
#asset_bundle_import_job_id ⇒ ::String
Returns the value of attribute asset_bundle_import_job_id.
4431 4432 4433 |
# File 'sig/types.rbs', line 4431 def asset_bundle_import_job_id @asset_bundle_import_job_id end |
#asset_bundle_import_source ⇒ Types::AssetBundleImportSourceDescription
Returns the value of attribute asset_bundle_import_source.
4433 4434 4435 |
# File 'sig/types.rbs', line 4433 def asset_bundle_import_source @asset_bundle_import_source end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4432 4433 4434 |
# File 'sig/types.rbs', line 4432 def aws_account_id @aws_account_id end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
4430 4431 4432 |
# File 'sig/types.rbs', line 4430 def created_time @created_time end |
#errors ⇒ ::Array[Types::AssetBundleImportJobError]
Returns the value of attribute errors.
4427 4428 4429 |
# File 'sig/types.rbs', line 4427 def errors @errors end |
#failure_action ⇒ "DO_NOTHING", "ROLLBACK"
Returns the value of attribute failure_action.
4435 4436 4437 |
# File 'sig/types.rbs', line 4435 def failure_action @failure_action end |
#job_status ⇒ "QUEUED_FOR_IMMEDIATE_EXECUTION", ...
Returns the value of attribute job_status.
4426 4427 4428 |
# File 'sig/types.rbs', line 4426 def job_status @job_status end |
#override_parameters ⇒ Types::AssetBundleImportJobOverrideParameters
Returns the value of attribute override_parameters.
4434 4435 4436 |
# File 'sig/types.rbs', line 4434 def override_parameters @override_parameters end |
#override_permissions ⇒ Types::AssetBundleImportJobOverridePermissions
Returns the value of attribute override_permissions.
4438 4439 4440 |
# File 'sig/types.rbs', line 4438 def @override_permissions end |
#override_tags ⇒ Types::AssetBundleImportJobOverrideTags
Returns the value of attribute override_tags.
4439 4440 4441 |
# File 'sig/types.rbs', line 4439 def @override_tags end |
#override_validation_strategy ⇒ Types::AssetBundleImportJobOverrideValidationStrategy
Returns the value of attribute override_validation_strategy.
4440 4441 4442 |
# File 'sig/types.rbs', line 4440 def override_validation_strategy @override_validation_strategy end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4436 4437 4438 |
# File 'sig/types.rbs', line 4436 def request_id @request_id end |
#rollback_errors ⇒ ::Array[Types::AssetBundleImportJobError]
Returns the value of attribute rollback_errors.
4428 4429 4430 |
# File 'sig/types.rbs', line 4428 def rollback_errors @rollback_errors end |
#status ⇒ ::Integer
Returns the value of attribute status.
4437 4438 4439 |
# File 'sig/types.rbs', line 4437 def status @status end |
#warnings ⇒ ::Array[Types::AssetBundleImportJobWarning]
Returns the value of attribute warnings.
4441 4442 4443 |
# File 'sig/types.rbs', line 4441 def warnings @warnings end |