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.
83 84 85 |
# File 'sig/types.rbs', line 83 def configuration_arn @configuration_arn end |
#configuration_revision ⇒ ::Integer
Returns the value of attribute configuration_revision.
84 85 86 |
# File 'sig/types.rbs', line 84 def configuration_revision @configuration_revision end |
#kafka_version ⇒ ::String
Returns the value of attribute kafka_version.
85 86 87 |
# File 'sig/types.rbs', line 85 def kafka_version @kafka_version end |