Class: Aws::Types::UpdateBrokerCountRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def target_number_of_broker_nodes
  @target_number_of_broker_nodes
end