Class: Aws::Types::CompatibleVersionsMap
- Inherits:
-
Object
- Object
- Aws::Types::CompatibleVersionsMap
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_version ⇒ ::String
Returns the value of attribute source_version.
-
#target_versions ⇒ ::Array[::String]
Returns the value of attribute target_versions.
Instance Attribute Details
#source_version ⇒ ::String
Returns the value of attribute source_version.
454 455 456 |
# File 'sig/types.rbs', line 454 def source_version @source_version end |
#target_versions ⇒ ::Array[::String]
Returns the value of attribute target_versions.
455 456 457 |
# File 'sig/types.rbs', line 455 def target_versions @target_versions end |