Class: Aws::Types::CreateMedicalVocabularyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#language_code"af-ZA", ...

Returns the value of attribute language_code.

Returns:



148
149
150
# File 'sig/types.rbs', line 148

def language_code
  @language_code
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



150
151
152
# File 'sig/types.rbs', line 150

def tags
  @tags
end

#vocabulary_file_uri::String

Returns the value of attribute vocabulary_file_uri.

Returns:



149
150
151
# File 'sig/types.rbs', line 149

def vocabulary_file_uri
  @vocabulary_file_uri
end

#vocabulary_name::String

Returns the value of attribute vocabulary_name.

Returns:



147
148
149
# File 'sig/types.rbs', line 147

def vocabulary_name
  @vocabulary_name
end