Class: Aws::Types::InstanceMaintenancePolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_healthy_percentage::Integer

Returns the value of attribute max_healthy_percentage.

Returns:

  • (::Integer)


764
765
766
# File 'sig/types.rbs', line 764

def max_healthy_percentage
  @max_healthy_percentage
end

#min_healthy_percentage::Integer

Returns the value of attribute min_healthy_percentage.

Returns:

  • (::Integer)


763
764
765
# File 'sig/types.rbs', line 763

def min_healthy_percentage
  @min_healthy_percentage
end