Class: Aws::Types::UpdateBrokerCountRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBrokerCountRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#target_number_of_broker_nodes ⇒ ::Integer
Returns the value of attribute target_number_of_broker_nodes.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def cluster_arn @cluster_arn end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def current_version @current_version end |
#target_number_of_broker_nodes ⇒ ::Integer
Returns the value of attribute target_number_of_broker_nodes.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def target_number_of_broker_nodes @target_number_of_broker_nodes end |