Class: Aws::Types::UpdateRebalancingRequest

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)


1563
1564
1565
# File 'sig/types.rbs', line 1563

def cluster_arn
  @cluster_arn
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def current_version
  @current_version
end

#rebalancingTypes::Rebalancing

Returns the value of attribute rebalancing.

Returns:



1565
1566
1567
# File 'sig/types.rbs', line 1565

def rebalancing
  @rebalancing
end