Class: Aws::Types::GetMedicalVocabularyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#download_uri::String

Returns the value of attribute download_uri.

Returns:



319
320
321
# File 'sig/types.rbs', line 319

def download_uri
  @download_uri
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:



318
319
320
# File 'sig/types.rbs', line 318

def failure_reason
  @failure_reason
end

#language_code"af-ZA", ...

Returns the value of attribute language_code.

Returns:



315
316
317
# File 'sig/types.rbs', line 315

def language_code
  @language_code
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



317
318
319
# File 'sig/types.rbs', line 317

def last_modified_time
  @last_modified_time
end

#vocabulary_name::String

Returns the value of attribute vocabulary_name.

Returns:



314
315
316
# File 'sig/types.rbs', line 314

def vocabulary_name
  @vocabulary_name
end

#vocabulary_state"PENDING", ...

Returns the value of attribute vocabulary_state.

Returns:



316
317
318
# File 'sig/types.rbs', line 316

def vocabulary_state
  @vocabulary_state
end