Class: Aws::DataExchange::Types::ImportAssetsFromRedshiftDataSharesResponseDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dataexchange/types.rb

Overview

Details from an import from Amazon Redshift datashare response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_sourcesArray<Types::RedshiftDataShareAssetSourceEntry>

A list of Amazon Redshift datashare asset sources.



2365
2366
2367
2368
2369
2370
2371
# File 'lib/aws-sdk-dataexchange/types.rb', line 2365

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

#data_set_idString

The unique identifier for the data set associated with this import job.

Returns:

  • (String)


2365
2366
2367
2368
2369
2370
2371
# File 'lib/aws-sdk-dataexchange/types.rb', line 2365

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

#revision_idString

The unique identifier for the revision associated with this import job.

Returns:

  • (String)


2365
2366
2367
2368
2369
2370
2371
# File 'lib/aws-sdk-dataexchange/types.rb', line 2365

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