Class: Aws::MainframeModernization::Types::CreateDataSetExportTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::CreateDataSetExportTaskRequest
- 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 export data sets.
-
#client_token ⇒ String
Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a data set export.
-
#export_config ⇒ Types::DataSetExportConfig
The data set export task configuration.
-
#kms_key_id ⇒ String
The identifier of a customer managed key.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the application for which you want to export data sets.
465 466 467 468 469 470 471 472 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 465 class CreateDataSetExportTaskRequest < Struct.new( :application_id, :client_token, :export_config, :kms_key_id) 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 export. 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.
465 466 467 468 469 470 471 472 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 465 class CreateDataSetExportTaskRequest < Struct.new( :application_id, :client_token, :export_config, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#export_config ⇒ Types::DataSetExportConfig
The data set export task configuration.
465 466 467 468 469 470 471 472 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 465 class CreateDataSetExportTaskRequest < Struct.new( :application_id, :client_token, :export_config, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The identifier of a customer managed key.
465 466 467 468 469 470 471 472 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 465 class CreateDataSetExportTaskRequest < Struct.new( :application_id, :client_token, :export_config, :kms_key_id) SENSITIVE = [] include Aws::Structure end |