Class: Aws::MainframeModernization::Types::CreateDataSetImportTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::CreateDataSetImportTaskResponse
- Defined in:
- gems/aws-sdk-mainframemodernization/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.
472 473 474 475 476 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 472 class CreateDataSetImportTaskResponse < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |