Class: Aws::DataExchange::Types::UpdateAssetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN for the asset.

Returns:

  • (String)


3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3448

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_detailsTypes::AssetDetails

Details about the asset.

Returns:



3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3448

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_typeString

The type of asset that is added to a data set.

Returns:

  • (String)


3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3448

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_atTime

The date and time that the asset was created, in ISO 8601 format.

Returns:

  • (Time)


3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3448

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_idString

The unique identifier for the data set associated with this asset.

Returns:

  • (String)


3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3448

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

#idString

The unique identifier for the asset.

Returns:

  • (String)


3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3448

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

#nameString

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 asset name.

Returns:

  • (String)


3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3448

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_idString

The unique identifier for the revision associated with this asset.

Returns:

  • (String)


3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3448

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_idString

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.

Returns:

  • (String)


3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3448

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_atTime

The date and time that the asset was last updated, in ISO 8601 format.

Returns:

  • (Time)


3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3448

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