Class: Aws::MainframeModernization::Types::DataSetImportItem

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

Overview

Identifies a specific data set to import from an external location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_setTypes::DataSet

The data set.

Returns:



718
719
720
721
722
723
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 718

class DataSetImportItem < Struct.new(
  :data_set,
  :external_location)
  SENSITIVE = []
  include Aws::Structure
end

#external_locationTypes::ExternalLocation

The location of the data set.



718
719
720
721
722
723
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 718

class DataSetImportItem < Struct.new(
  :data_set,
  :external_location)
  SENSITIVE = []
  include Aws::Structure
end