Class: Aws::Types::KafkaVersion
- Inherits:
-
Object
- Object
- Aws::Types::KafkaVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "ACTIVE", "DEPRECATED"
Returns the value of attribute status.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#status ⇒ "ACTIVE", "DEPRECATED"
Returns the value of attribute status.
823 824 825 |
# File 'sig/types.rbs', line 823 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
822 823 824 |
# File 'sig/types.rbs', line 822 def version @version end |