Class: Aws::MainframeModernization::Types::CreateDataSetExportTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::CreateDataSetExportTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_id ⇒ String
The task identifier.
Instance Attribute Details
#task_id ⇒ String
The task identifier. This operation is asynchronous. Use this identifier with the GetDataSetExportTask operation to obtain the status of this task.
482 483 484 485 486 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 482 class CreateDataSetExportTaskResponse < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |