Class: Aws::MainframeModernization::Types::GetDataSetExportTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::GetDataSetExportTaskResponse
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ String
The identifier of a customer managed key used for exported data set encryption.
-
#status ⇒ String
The status of the task.
-
#status_reason ⇒ String
If dataset export failed, the failure reason will show here.
-
#summary ⇒ Types::DataSetExportSummary
A summary of the status of the task.
-
#task_id ⇒ String
The task identifier.
Instance Attribute Details
#kms_key_arn ⇒ String
The identifier of a customer managed key used for exported data set encryption.
1865 1866 1867 1868 1869 1870 1871 1872 1873 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1865 class GetDataSetExportTaskResponse < Struct.new( :kms_key_arn, :status, :status_reason, :summary, :task_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the task.
1865 1866 1867 1868 1869 1870 1871 1872 1873 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1865 class GetDataSetExportTaskResponse < Struct.new( :kms_key_arn, :status, :status_reason, :summary, :task_id) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
If dataset export failed, the failure reason will show here.
1865 1866 1867 1868 1869 1870 1871 1872 1873 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1865 class GetDataSetExportTaskResponse < Struct.new( :kms_key_arn, :status, :status_reason, :summary, :task_id) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ Types::DataSetExportSummary
A summary of the status of the task.
1865 1866 1867 1868 1869 1870 1871 1872 1873 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1865 class GetDataSetExportTaskResponse < Struct.new( :kms_key_arn, :status, :status_reason, :summary, :task_id) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The task identifier.
1865 1866 1867 1868 1869 1870 1871 1872 1873 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1865 class GetDataSetExportTaskResponse < Struct.new( :kms_key_arn, :status, :status_reason, :summary, :task_id) SENSITIVE = [] include Aws::Structure end |