Class: Aws::Types::SNOMEDCTDetails
- Inherits:
-
Object
- Object
- Aws::Types::SNOMEDCTDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#edition ⇒ ::String
Returns the value of attribute edition.
-
#language ⇒ ::String
Returns the value of attribute language.
-
#version_date ⇒ ::String
Returns the value of attribute version_date.
Instance Attribute Details
#edition ⇒ ::String
Returns the value of attribute edition.
395 396 397 |
# File 'sig/types.rbs', line 395 def edition @edition end |
#language ⇒ ::String
Returns the value of attribute language.
396 397 398 |
# File 'sig/types.rbs', line 396 def language @language end |
#version_date ⇒ ::String
Returns the value of attribute version_date.
397 398 399 |
# File 'sig/types.rbs', line 397 def version_date @version_date end |