Class: Aws::MainframeModernization::Types::DataSetImportTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::DataSetImportTask
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Contains information about a data set import task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the data set import task.
-
#status_reason ⇒ String
If dataset import failed, the failure reason will show here.
-
#summary ⇒ Types::DataSetImportSummary
A summary of the data set import task.
-
#task_id ⇒ String
The identifier of the data set import task.
Instance Attribute Details
#status ⇒ String
The status of the data set import task.
779 780 781 782 783 784 785 786 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 779 class DataSetImportTask < Struct.new( :status, :status_reason, :summary, :task_id) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
If dataset import failed, the failure reason will show here.
779 780 781 782 783 784 785 786 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 779 class DataSetImportTask < Struct.new( :status, :status_reason, :summary, :task_id) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ Types::DataSetImportSummary
A summary of the data set import task.
779 780 781 782 783 784 785 786 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 779 class DataSetImportTask < Struct.new( :status, :status_reason, :summary, :task_id) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The identifier of the data set import task.
779 780 781 782 783 784 785 786 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 779 class DataSetImportTask < Struct.new( :status, :status_reason, :summary, :task_id) SENSITIVE = [] include Aws::Structure end |