Class: Aws::Translate::Types::DeleteParallelDataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::DeleteParallelDataRequest
- 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.
Instance Attribute Details
#name ⇒ String
The name of the parallel data resource that is being deleted.
141 142 143 144 145 |
# File 'lib/aws-sdk-translate/types.rb', line 141 class DeleteParallelDataRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |