Class: Aws::DataExchange::Types::DeleteAssetRequest

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

#asset_idString

The unique identifier for an asset.

Returns:

  • (String)


837
838
839
840
841
842
843
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 837

class DeleteAssetRequest < Struct.new(
  :asset_id,
  :data_set_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_idString

The unique identifier for a data set.

Returns:

  • (String)


837
838
839
840
841
842
843
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 837

class DeleteAssetRequest < Struct.new(
  :asset_id,
  :data_set_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

The unique identifier for a revision.

Returns:

  • (String)


837
838
839
840
841
842
843
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 837

class DeleteAssetRequest < Struct.new(
  :asset_id,
  :data_set_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end