Class: Aws::MainframeModernization::Types::CreateDataSetImportTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::CreateDataSetImportTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_id ⇒ String
The task identifier.
Instance Attribute Details
#task_id ⇒ String
The task identifier. This operation is asynchronous. Use this identifier with the GetDataSetImportTask operation to obtain the status of this task.
477 478 479 480 481 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 477 class CreateDataSetImportTaskResponse < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |