Class: Aws::DataExchange::Types::UpdateAssetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::UpdateAssetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_id ⇒ String
The unique identifier for an asset.
-
#data_set_id ⇒ String
The unique identifier for a data set.
-
#name ⇒ String
The name of the asset.
-
#revision_id ⇒ String
The unique identifier for a revision.
Instance Attribute Details
#asset_id ⇒ String
The unique identifier for an asset.
3999 4000 4001 4002 4003 4004 4005 4006 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3999 class UpdateAssetRequest < Struct.new( :asset_id, :data_set_id, :name, :revision_id) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The unique identifier for a data set.
3999 4000 4001 4002 4003 4004 4005 4006 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3999 class UpdateAssetRequest < Struct.new( :asset_id, :data_set_id, :name, :revision_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target Amazon 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. When importing from AWS Lake Formation, the static values of “Database(s) included in the LF-tag policy” or “Table(s) included in LF-tag policy” are used as the name.
3999 4000 4001 4002 4003 4004 4005 4006 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3999 class UpdateAssetRequest < Struct.new( :asset_id, :data_set_id, :name, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The unique identifier for a revision.
3999 4000 4001 4002 4003 4004 4005 4006 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3999 class UpdateAssetRequest < Struct.new( :asset_id, :data_set_id, :name, :revision_id) SENSITIVE = [] include Aws::Structure end |