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.
4639 4640 4641 |
# File 'sig/types.rbs', line 4639 def arn @arn end |
#asset_bundle_import_job_id ⇒ ::String
Returns the value of attribute asset_bundle_import_job_id.
4641 4642 4643 |
# File 'sig/types.rbs', line 4641 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.
4643 4644 4645 |
# File 'sig/types.rbs', line 4643 def asset_bundle_import_source @asset_bundle_import_source end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4642 4643 4644 |
# File 'sig/types.rbs', line 4642 def aws_account_id @aws_account_id end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
4640 4641 4642 |
# File 'sig/types.rbs', line 4640 def created_time @created_time end |
#errors ⇒ ::Array[Types::AssetBundleImportJobError]
Returns the value of attribute errors.
4637 4638 4639 |
# File 'sig/types.rbs', line 4637 def errors @errors end |
#failure_action ⇒ "DO_NOTHING", "ROLLBACK"
Returns the value of attribute failure_action.
4645 4646 4647 |
# File 'sig/types.rbs', line 4645 def failure_action @failure_action end |
#job_status ⇒ "QUEUED_FOR_IMMEDIATE_EXECUTION", ...
Returns the value of attribute job_status.
4636 4637 4638 |
# File 'sig/types.rbs', line 4636 def job_status @job_status end |
#override_parameters ⇒ Types::AssetBundleImportJobOverrideParameters
Returns the value of attribute override_parameters.
4644 4645 4646 |
# File 'sig/types.rbs', line 4644 def override_parameters @override_parameters end |
#override_permissions ⇒ Types::AssetBundleImportJobOverridePermissions
Returns the value of attribute override_permissions.
4648 4649 4650 |
# File 'sig/types.rbs', line 4648 def @override_permissions end |
#override_tags ⇒ Types::AssetBundleImportJobOverrideTags
Returns the value of attribute override_tags.
4649 4650 4651 |
# File 'sig/types.rbs', line 4649 def @override_tags end |
#override_validation_strategy ⇒ Types::AssetBundleImportJobOverrideValidationStrategy
Returns the value of attribute override_validation_strategy.
4650 4651 4652 |
# File 'sig/types.rbs', line 4650 def override_validation_strategy @override_validation_strategy end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4646 4647 4648 |
# File 'sig/types.rbs', line 4646 def request_id @request_id end |
#rollback_errors ⇒ ::Array[Types::AssetBundleImportJobError]
Returns the value of attribute rollback_errors.
4638 4639 4640 |
# File 'sig/types.rbs', line 4638 def rollback_errors @rollback_errors end |
#status ⇒ ::Integer
Returns the value of attribute status.
4647 4648 4649 |
# File 'sig/types.rbs', line 4647 def status @status end |
#warnings ⇒ ::Array[Types::AssetBundleImportJobWarning]
Returns the value of attribute warnings.
4651 4652 4653 |
# File 'sig/types.rbs', line 4651 def warnings @warnings end |