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)


1576
1577
1578
1579
1580
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1576

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