Class: Aws::Types::CompatibleKafkaVersion
- Inherits:
-
Object
- Object
- Aws::Types::CompatibleKafkaVersion
- 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.
246 247 248 |
# File 'sig/types.rbs', line 246 def source_version @source_version end |
#target_versions ⇒ ::Array[::String]
Returns the value of attribute target_versions.
247 248 249 |
# File 'sig/types.rbs', line 247 def target_versions @target_versions end |