Class: Aws::Types::UpdateClusterKafkaVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateClusterKafkaVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#configuration_info ⇒ Types::ConfigurationInfo
Returns the value of attribute configuration_info.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#target_kafka_version ⇒ ::String
Returns the value of attribute target_kafka_version.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def cluster_arn @cluster_arn end |
#configuration_info ⇒ Types::ConfigurationInfo
Returns the value of attribute configuration_info.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def configuration_info @configuration_info end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def current_version @current_version end |
#target_kafka_version ⇒ ::String
Returns the value of attribute target_kafka_version.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def target_kafka_version @target_kafka_version end |