Class: Aws::Types::InstanceRefreshWarmPoolProgress

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instances_to_update::Integer

Returns the value of attribute instances_to_update.

Returns:

  • (::Integer)


821
822
823
# File 'sig/types.rbs', line 821

def instances_to_update
  @instances_to_update
end

#percentage_complete::Integer

Returns the value of attribute percentage_complete.

Returns:

  • (::Integer)


820
821
822
# File 'sig/types.rbs', line 820

def percentage_complete
  @percentage_complete
end