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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/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:



713
714
715
716
717
718
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 713

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

#external_locationTypes::ExternalLocation

The location of the data set.



713
714
715
716
717
718
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 713

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