Class: Aws::Types::Details
- Inherits:
-
Object
- Object
- Aws::Types::Details
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#import_asset_from_signed_url_job_error_details ⇒ Types::ImportAssetFromSignedUrlJobErrorDetails
Returns the value of attribute import_asset_from_signed_url_job_error_details.
-
#import_assets_from_s3_job_error_details ⇒ ::Array[Types::AssetSourceEntry]
Returns the value of attribute import_assets_from_s3_job_error_details.
Instance Attribute Details
#import_asset_from_signed_url_job_error_details ⇒ Types::ImportAssetFromSignedUrlJobErrorDetails
Returns the value of attribute import_asset_from_signed_url_job_error_details.
329 330 331 |
# File 'sig/types.rbs', line 329 def import_asset_from_signed_url_job_error_details @import_asset_from_signed_url_job_error_details end |
#import_assets_from_s3_job_error_details ⇒ ::Array[Types::AssetSourceEntry]
Returns the value of attribute import_assets_from_s3_job_error_details.
330 331 332 |
# File 'sig/types.rbs', line 330 def import_assets_from_s3_job_error_details @import_assets_from_s3_job_error_details end |