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.
253 254 255 |
# File 'sig/types.rbs', line 253 def source_version @source_version end |
#target_versions ⇒ ::Array[::String]
Returns the value of attribute target_versions.
254 255 256 |
# File 'sig/types.rbs', line 254 def target_versions @target_versions end |