Class: Aws::MainframeModernization::Types::CreateDataSetImportTaskResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mainframemodernization/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_idString

The task identifier. This operation is asynchronous. Use this identifier with the GetDataSetImportTask operation to obtain the status of this task.

Returns:

  • (String)


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