Class: Aws::DataExchange::Types::UpdateAssetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::UpdateAssetResponse
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
-
#asset_details ⇒ Types::AssetDetails
-
#asset_type ⇒ String
The type of file your data is stored in.
-
#created_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
-
#data_set_id ⇒ String
A unique identifier.
-
#id ⇒ String
A unique identifier.
-
#name ⇒ String
The name of the asset.
-
#revision_id ⇒ String
A unique identifier.
-
#source_id ⇒ String
A unique identifier.
-
#updated_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
Instance Attribute Details
#arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2228 class UpdateAssetResponse < 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
2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2228 class UpdateAssetResponse < 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 file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.
2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2228 class UpdateAssetResponse < 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
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2228 class UpdateAssetResponse < 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
A unique identifier.
2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2228 class UpdateAssetResponse < 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
A unique identifier.
2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2228 class UpdateAssetResponse < 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.
2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2228 class UpdateAssetResponse < 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
A unique identifier.
2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2228 class UpdateAssetResponse < 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
A unique identifier.
2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2228 class UpdateAssetResponse < 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
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2228 class UpdateAssetResponse < 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 |