Class: Aws::TranscribeService::Types::GetVocabularyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::GetVocabularyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vocabulary_name ⇒ String
The name of the custom vocabulary you want information about.
Instance Attribute Details
#vocabulary_name ⇒ String
The name of the custom vocabulary you want information about. Custom vocabulary names are case sensitive.
1623 1624 1625 1626 1627 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1623 class GetVocabularyRequest < Struct.new( :vocabulary_name) SENSITIVE = [] include Aws::Structure end |