Class: Aws::TranscribeService::Types::DeleteVocabularyFilterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::DeleteVocabularyFilterRequest
- Defined in:
- gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vocabulary_filter_name ⇒ String
The name of the custom vocabulary filter you want to delete.
Instance Attribute Details
#vocabulary_filter_name ⇒ String
The name of the custom vocabulary filter you want to delete. Custom vocabulary filter names are case sensitive.
1318 1319 1320 1321 1322 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1318 class DeleteVocabularyFilterRequest < Struct.new( :vocabulary_filter_name) SENSITIVE = [] include Aws::Structure end |