Class: Aws::TranscribeService::Types::GetVocabularyFilterRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vocabulary_filter_nameString

The name of the custom vocabulary filter you want information about. Custom vocabulary filter names are case sensitive.

Returns:

  • (String)


1507
1508
1509
1510
1511
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1507

class GetVocabularyFilterRequest < Struct.new(
  :vocabulary_filter_name)
  SENSITIVE = []
  include Aws::Structure
end