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:



723
724
725
726
727
728
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 723

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

#external_locationTypes::ExternalLocation

The location of the data set.



723
724
725
726
727
728
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 723

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