Class: Aws::DataExchange::Types::ImportAssetsFromRedshiftDataSharesResponseDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ImportAssetsFromRedshiftDataSharesResponseDetails
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Details from an import from Amazon Redshift datashare response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_sources ⇒ Array<Types::RedshiftDataShareAssetSourceEntry>
A list of Amazon Redshift datashare asset sources.
-
#data_set_id ⇒ String
The unique identifier for the data set associated with this import job.
-
#revision_id ⇒ String
The unique identifier for the revision associated with this import job.
Instance Attribute Details
#asset_sources ⇒ Array<Types::RedshiftDataShareAssetSourceEntry>
A list of Amazon Redshift datashare asset sources.
1898 1899 1900 1901 1902 1903 1904 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1898 class ImportAssetsFromRedshiftDataSharesResponseDetails < Struct.new( :asset_sources, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The unique identifier for the data set associated with this import job.
1898 1899 1900 1901 1902 1903 1904 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1898 class ImportAssetsFromRedshiftDataSharesResponseDetails < Struct.new( :asset_sources, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The unique identifier for the revision associated with this import job.
1898 1899 1900 1901 1902 1903 1904 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1898 class ImportAssetsFromRedshiftDataSharesResponseDetails < Struct.new( :asset_sources, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |