You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DataExchange::Types::AssetEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::AssetEntry
- Defined in:
- (unknown)
Overview
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.
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN for the asset.
-
#asset_details ⇒ Types::AssetDetails
Information about the asset, including its size.
-
#asset_type ⇒ String
The type of file your data is stored in.
-
#created_at ⇒ Time
The date and time that the asset was created, in ISO 8601 format.
-
#data_set_id ⇒ String
The unique identifier for the data set associated with this asset.
-
#id ⇒ String
The unique identifier for the asset.
-
#name ⇒ String
The name of the asset.
-
#revision_id ⇒ String
The unique identifier for the revision associated with this asset.
-
#source_id ⇒ String
The asset ID of the owned asset corresponding to the entitled asset being viewed.
-
#updated_at ⇒ Time
The date and time that the asset was last updated, in ISO 8601 format.
Instance Attribute Details
#arn ⇒ String
The ARN for the asset.
#asset_details ⇒ Types::AssetDetails
Information about the asset, including its size.
#asset_type ⇒ String
The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.
Possible values:
- S3_SNAPSHOT
#created_at ⇒ Time
The date and time that the asset was created, in ISO 8601 format.
#data_set_id ⇒ String
The unique identifier for the data set associated with this asset.
#id ⇒ String
The unique identifier for the asset.
#name ⇒ String
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.
#revision_id ⇒ String
The unique identifier for the revision associated with this asset.
#source_id ⇒ String
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.
#updated_at ⇒ Time
The date and time that the asset was last updated, in ISO 8601 format.