Class: Aws::DataExchange::Types::GetAssetRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1483
1484
1485
1486
1487
1488
1489
# File 'lib/aws-sdk-dataexchange/types.rb', line 1483

class GetAssetRequest < 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)


1483
1484
1485
1486
1487
1488
1489
# File 'lib/aws-sdk-dataexchange/types.rb', line 1483

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

#revision_idString

The unique identifier for a revision.

Returns:

  • (String)


1483
1484
1485
1486
1487
1488
1489
# File 'lib/aws-sdk-dataexchange/types.rb', line 1483

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