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.
816 817 818 |
# File 'sig/types.rbs', line 816 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
815 816 817 |
# File 'sig/types.rbs', line 815 def version @version end |