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)


1555
1556
1557
# File 'sig/types.rbs', line 1555

def cluster_arn
  @cluster_arn
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


1556
1557
1558
# File 'sig/types.rbs', line 1556

def current_version
  @current_version
end

#rebalancingTypes::Rebalancing

Returns the value of attribute rebalancing.

Returns:



1557
1558
1559
# File 'sig/types.rbs', line 1557

def rebalancing
  @rebalancing
end