Class: Aws::MainframeModernization::Types::DataSetImportItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::DataSetImportItem
- 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
-
#data_set ⇒ Types::DataSet
The data set.
-
#external_location ⇒ Types::ExternalLocation
The location of the data set.
Instance Attribute Details
#data_set ⇒ Types::DataSet
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 |
#external_location ⇒ Types::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 |