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
Information about the asset.
-
#asset_type ⇒ String
The type of asset that is added to a data set.
-
#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.
3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3217 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
Information about the asset.
3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3217 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 asset that is added to a data set.
3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3217 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.
3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3217 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.
3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3217 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.
3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3217 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. 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.
3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3217 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.
3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3217 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.
3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3217 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.
3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3217 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 |