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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1458
1459
1460
1461
1462
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1458

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