class Aws::DataExchange::Types::AssetEntry
An asset in AWS Data Exchange is a piece of data that can be stored as an S3 object. The asset can be a structured data file, an image file, or some other data file. When you create an import job for your files, you create an asset in AWS Data Exchange for each of those files.
@!attribute [rw] arn
The ARN for the asset. @return [String]
@!attribute [rw] asset_details
Information about the asset, including its size. @return [Types::AssetDetails]
@!attribute [rw] asset_type
The type of file your data is stored in. Currently, the supported asset type is S3\_SNAPSHOT. @return [String]
@!attribute [rw] created_at
The date and time that the asset was created, in ISO 8601 format. @return [Time]
@!attribute [rw] data_set_id
The unique identifier for the data set associated with this asset. @return [String]
@!attribute [rw] id
The unique identifier for the asset. @return [String]
@!attribute [rw] name
The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key. @return [String]
@!attribute [rw] revision_id
The unique identifier for the revision associated with this asset. @return [String]
@!attribute [rw] source_id
The asset ID of the owned asset corresponding to the entitled asset being viewed. This parameter is returned when an asset owner is viewing the entitled copy of its owned asset. @return [String]
@!attribute [rw] updated_at
The date and time that the asset was last updated, in ISO 8601 format. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/AssetEntry AWS API Documentation
Constants
- SENSITIVE