Class: Aws::TranscribeService::Types::UpdateVocabularyFilterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::UpdateVocabularyFilterResponse
- Includes:
- Structure
- Defined in:
- 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 vocabulary filter.
-
#last_modified_time ⇒ Time
The date and time that the vocabulary filter was updated.
-
#vocabulary_filter_name ⇒ String
The name of the updated vocabulary filter.
Instance Attribute Details
#language_code ⇒ String
The language code of the words in the vocabulary filter.
2705 2706 2707 2708 2709 2710 2711 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 2705 class UpdateVocabularyFilterResponse < 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 updated.
2705 2706 2707 2708 2709 2710 2711 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 2705 class UpdateVocabularyFilterResponse < Struct.new( :vocabulary_filter_name, :language_code, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#vocabulary_filter_name ⇒ String
The name of the updated vocabulary filter.
2705 2706 2707 2708 2709 2710 2711 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 2705 class UpdateVocabularyFilterResponse < Struct.new( :vocabulary_filter_name, :language_code, :last_modified_time) SENSITIVE = [] include Aws::Structure end |