Class: Aws::Translate::Types::DeleteParallelDataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::DeleteParallelDataResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the parallel data resource that is being deleted.
-
#status ⇒ String
The status of the parallel data deletion.
Instance Attribute Details
#name ⇒ String
The name of the parallel data resource that is being deleted.
157 158 159 160 161 162 |
# File 'lib/aws-sdk-translate/types.rb', line 157 class DeleteParallelDataResponse < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the parallel data deletion.
157 158 159 160 161 162 |
# File 'lib/aws-sdk-translate/types.rb', line 157 class DeleteParallelDataResponse < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |