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.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def cluster_arn @cluster_arn end |
#configuration_info ⇒ Types::ConfigurationInfo
Returns the value of attribute configuration_info.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def configuration_info @configuration_info end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def current_version @current_version end |
#target_kafka_version ⇒ ::String
Returns the value of attribute target_kafka_version.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def target_kafka_version @target_kafka_version end |