Class: Aws::DataExchange::Types::ImportAssetsFromRedshiftDataSharesRequestDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ImportAssetsFromRedshiftDataSharesRequestDetails
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Note:
When making an API call, you may pass ImportAssetsFromRedshiftDataSharesRequestDetails data as a hash:
{
asset_sources: [ # required
{
data_share_arn: "__string", # required
},
],
data_set_id: "Id", # required
revision_id: "Id", # required
}
Details from an import from Amazon Redshift datashare request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_sources ⇒ Array<Types::RedshiftDataShareAssetSourceEntry>
A list of Amazon Redshift datashare assets.
-
#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 assets.
1984 1985 1986 1987 1988 1989 1990 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1984 class ImportAssetsFromRedshiftDataSharesRequestDetails < 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.
1984 1985 1986 1987 1988 1989 1990 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1984 class ImportAssetsFromRedshiftDataSharesRequestDetails < 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.
1984 1985 1986 1987 1988 1989 1990 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1984 class ImportAssetsFromRedshiftDataSharesRequestDetails < Struct.new( :asset_sources, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |