Class: Aws::TranscribeService::Types::GetVocabularyFilterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::GetVocabularyFilterRequest
- 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 information about.
Instance Attribute Details
#vocabulary_filter_name ⇒ String
The name of the custom vocabulary filter you want information about. Custom vocabulary filter names are case sensitive.
1576 1577 1578 1579 1580 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1576 class GetVocabularyFilterRequest < Struct.new( :vocabulary_filter_name) SENSITIVE = [] include Aws::Structure end |