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.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def cluster_arn @cluster_arn end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def current_version @current_version end |
#target_number_of_broker_nodes ⇒ ::Integer
Returns the value of attribute target_number_of_broker_nodes.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def target_number_of_broker_nodes @target_number_of_broker_nodes end |