Class: Aws::MainframeModernization::Types::CreateDataSetImportTaskRequest

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

#application_idString

The unique identifier of the application for which you want to import data sets.

Returns:

  • (String)


456
457
458
459
460
461
462
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 456

class CreateDataSetImportTaskRequest < Struct.new(
  :application_id,
  :client_token,
  :import_config)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a data set import. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


456
457
458
459
460
461
462
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 456

class CreateDataSetImportTaskRequest < Struct.new(
  :application_id,
  :client_token,
  :import_config)
  SENSITIVE = []
  include Aws::Structure
end

#import_configTypes::DataSetImportConfig

The data set import task configuration.



456
457
458
459
460
461
462
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 456

class CreateDataSetImportTaskRequest < Struct.new(
  :application_id,
  :client_token,
  :import_config)
  SENSITIVE = []
  include Aws::Structure
end