Class: Aws::MainframeModernization::Types::CreateDataSetImportTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::CreateDataSetImportTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier of the application for which you want to import data sets.
-
#client_token ⇒ String
Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a data set import.
-
#import_config ⇒ Types::DataSetImportConfig
The data set import task configuration.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the application for which you want to import data sets.
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_token ⇒ String
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.
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_config ⇒ Types::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 |