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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/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)


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