Class: Aws::DataExchange::Types::GetAssetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::GetAssetRequest
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Note:
When making an API call, you may pass GetAssetRequest data as a hash:
{
asset_id: "__string", # required
data_set_id: "__string", # required
revision_id: "__string", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#asset_id ⇒ String
1346 1347 1348 1349 1350 1351 1352 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1346 class GetAssetRequest < Struct.new( :asset_id, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
1346 1347 1348 1349 1350 1351 1352 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1346 class GetAssetRequest < Struct.new( :asset_id, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
1346 1347 1348 1349 1350 1351 1352 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1346 class GetAssetRequest < Struct.new( :asset_id, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |