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 you selected for your custom vocabulary filter.
-
#last_modified_time ⇒ Time
The date and time you created your custom vocabulary filter.
-
#vocabulary_filter_name ⇒ String
The name you chose for your custom vocabulary filter.
Instance Attribute Details
#language_code ⇒ String
The language code you selected for your custom vocabulary filter.
1107 1108 1109 1110 1111 1112 1113 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1107 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 you created your custom vocabulary filter.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For
example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM
UTC-7 on May 4, 2022.
1107 1108 1109 1110 1111 1112 1113 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1107 class CreateVocabularyFilterResponse < Struct.new( :vocabulary_filter_name, :language_code, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#vocabulary_filter_name ⇒ String
The name you chose for your custom vocabulary filter.
1107 1108 1109 1110 1111 1112 1113 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1107 class CreateVocabularyFilterResponse < Struct.new( :vocabulary_filter_name, :language_code, :last_modified_time) SENSITIVE = [] include Aws::Structure end |