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.
342 343 344 |
# File 'sig/types.rbs', line 342 def description @description end |
#kafka_versions ⇒ ::Array[::String]
Returns the value of attribute kafka_versions.
343 344 345 |
# File 'sig/types.rbs', line 343 def kafka_versions @kafka_versions end |
#name ⇒ ::String
Returns the value of attribute name.
344 345 346 |
# File 'sig/types.rbs', line 344 def name @name end |
#server_properties ⇒ ::String
Returns the value of attribute server_properties.
345 346 347 |
# File 'sig/types.rbs', line 345 def server_properties @server_properties end |