Class: Aws::MainframeModernization::Types::GetDataSetImportTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::GetDataSetImportTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the task.
-
#summary ⇒ Types::DataSetImportSummary
A summary of the status of the task.
-
#task_id ⇒ String
The task identifier.
Instance Attribute Details
#status ⇒ String
The status of the task.
1686 1687 1688 1689 1690 1691 1692 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1686 class GetDataSetImportTaskResponse < Struct.new( :status, :summary, :task_id) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ Types::DataSetImportSummary
A summary of the status of the task.
1686 1687 1688 1689 1690 1691 1692 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1686 class GetDataSetImportTaskResponse < Struct.new( :status, :summary, :task_id) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The task identifier.
1686 1687 1688 1689 1690 1691 1692 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1686 class GetDataSetImportTaskResponse < Struct.new( :status, :summary, :task_id) SENSITIVE = [] include Aws::Structure end |