Class: Aws::Types::CreateConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kafka_versions ⇒ ::Array[::String]
Returns the value of attribute kafka_versions.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#server_properties ⇒ ::String
Returns the value of attribute server_properties.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
349 350 351 |
# File 'sig/types.rbs', line 349 def description @description end |
#kafka_versions ⇒ ::Array[::String]
Returns the value of attribute kafka_versions.
350 351 352 |
# File 'sig/types.rbs', line 350 def kafka_versions @kafka_versions end |
#name ⇒ ::String
Returns the value of attribute name.
351 352 353 |
# File 'sig/types.rbs', line 351 def name @name end |
#server_properties ⇒ ::String
Returns the value of attribute server_properties.
352 353 354 |
# File 'sig/types.rbs', line 352 def server_properties @server_properties end |