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.
1696 1697 1698 1699 1700 1701 1702 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1696 class GetDataSetImportTaskResponse < Struct.new( :status, :summary, :task_id) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ Types::DataSetImportSummary
A summary of the status of the task.
1696 1697 1698 1699 1700 1701 1702 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1696 class GetDataSetImportTaskResponse < Struct.new( :status, :summary, :task_id) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The task identifier.
1696 1697 1698 1699 1700 1701 1702 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1696 class GetDataSetImportTaskResponse < Struct.new( :status, :summary, :task_id) SENSITIVE = [] include Aws::Structure end |