Class: Aws::DataExchange::Types::AssetEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::AssetEntry
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
An asset in AWS Data Exchange is a piece of data (S3 object) or a means of fulfilling data (Amazon Redshift datashare or Amazon API Gateway API). The asset can be a structured data file, an image file, or some other data file that can be stored as an S3 object, an Amazon API Gateway API, or an Amazon Redshift datashare. When you create an import job for your files, API Gateway APIs, or Amazon Redshift datashares, you create an asset in AWS Data Exchange.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN for the asset.
-
#asset_details ⇒ Types::AssetDetails
Information about the asset.
-
#asset_type ⇒ String
The type of asset that is added to a data set.
-
#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.
226 227 228 229 230 231 232 233 234 235 236 237 238 239 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 226 class AssetEntry < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#asset_details ⇒ Types::AssetDetails
Information about the asset.
226 227 228 229 230 231 232 233 234 235 236 237 238 239 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 226 class AssetEntry < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#asset_type ⇒ String
The type of asset that is added to a data set.
226 227 228 229 230 231 232 233 234 235 236 237 238 239 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 226 class AssetEntry < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the asset was created, in ISO 8601 format.
226 227 228 229 230 231 232 233 234 235 236 237 238 239 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 226 class AssetEntry < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The unique identifier for the data set associated with this asset.
226 227 228 229 230 231 232 233 234 235 236 237 238 239 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 226 class AssetEntry < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the asset.
226 227 228 229 230 231 232 233 234 235 236 237 238 239 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 226 class AssetEntry < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#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. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.
226 227 228 229 230 231 232 233 234 235 236 237 238 239 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 226 class AssetEntry < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The unique identifier for the revision associated with this asset.
226 227 228 229 230 231 232 233 234 235 236 237 238 239 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 226 class AssetEntry < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#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.
226 227 228 229 230 231 232 233 234 235 236 237 238 239 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 226 class AssetEntry < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time that the asset was last updated, in ISO 8601 format.
226 227 228 229 230 231 232 233 234 235 236 237 238 239 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 226 class AssetEntry < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |