Class: Aws::Polly::Types::GetLexiconInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-polly/types.rb

Overview

Note:

When making an API call, you may pass GetLexiconInput data as a hash:

{
  name: "LexiconName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the lexicon.

Returns:

  • (String)


105
106
107
108
# File 'lib/aws-sdk-polly/types.rb', line 105

class GetLexiconInput < Struct.new(
  :name)
  include Aws::Structure
end