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

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

#application_idString

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

Returns:

  • (String)


461
462
463
464
465
466
467
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 461

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)


461
462
463
464
465
466
467
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 461

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

#import_configTypes::DataSetImportConfig

The data set import task configuration.



461
462
463
464
465
466
467
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 461

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