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
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_id ⇒ String
The unique identifier for an asset.
-
#data_set_id ⇒ String
The unique identifier for a data set.
-
#revision_id ⇒ String
The unique identifier for a revision.
Instance Attribute Details
#asset_id ⇒ String
The unique identifier for an asset.
1519 1520 1521 1522 1523 1524 1525 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1519 class GetAssetRequest < Struct.new( :asset_id, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The unique identifier for a data set.
1519 1520 1521 1522 1523 1524 1525 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1519 class GetAssetRequest < Struct.new( :asset_id, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The unique identifier for a revision.
1519 1520 1521 1522 1523 1524 1525 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1519 class GetAssetRequest < Struct.new( :asset_id, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |