Class: Aws::Translate::Types::DeleteTerminologyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::DeleteTerminologyRequest
- 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 custom terminology being deleted.
Instance Attribute Details
#name ⇒ String
The name of the custom terminology being deleted.
170 171 172 173 174 |
# File 'lib/aws-sdk-translate/types.rb', line 170 class DeleteTerminologyRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |