Class: Aws::TranscribeService::Types::CreateVocabularyFilterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::CreateVocabularyFilterResponse
- Defined in:
- gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#language_code ⇒ String
The language code of the words in the collection.
-
#last_modified_time ⇒ Time
The date and time that the vocabulary filter was modified.
-
#vocabulary_filter_name ⇒ String
The name of the vocabulary filter.
Instance Attribute Details
#language_code ⇒ String
The language code of the words in the collection.
341 342 343 344 345 346 347 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 341 class CreateVocabularyFilterResponse < Struct.new( :vocabulary_filter_name, :language_code, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The date and time that the vocabulary filter was modified.
341 342 343 344 345 346 347 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 341 class CreateVocabularyFilterResponse < Struct.new( :vocabulary_filter_name, :language_code, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#vocabulary_filter_name ⇒ String
The name of the vocabulary filter.
341 342 343 344 345 346 347 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 341 class CreateVocabularyFilterResponse < Struct.new( :vocabulary_filter_name, :language_code, :last_modified_time) SENSITIVE = [] include Aws::Structure end |