Class: Aws::Types::BrokerSoftwareInfo
- Inherits:
-
Object
- Object
- Aws::Types::BrokerSoftwareInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_arn ⇒ ::String
Returns the value of attribute configuration_arn.
-
#configuration_revision ⇒ ::Integer
Returns the value of attribute configuration_revision.
-
#kafka_version ⇒ ::String
Returns the value of attribute kafka_version.
Instance Attribute Details
#configuration_arn ⇒ ::String
Returns the value of attribute configuration_arn.
76 77 78 |
# File 'sig/types.rbs', line 76 def configuration_arn @configuration_arn end |
#configuration_revision ⇒ ::Integer
Returns the value of attribute configuration_revision.
77 78 79 |
# File 'sig/types.rbs', line 77 def configuration_revision @configuration_revision end |
#kafka_version ⇒ ::String
Returns the value of attribute kafka_version.
78 79 80 |
# File 'sig/types.rbs', line 78 def kafka_version @kafka_version end |