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)


769
770
771
# File 'sig/types.rbs', line 769

def max_healthy_percentage
  @max_healthy_percentage
end

#min_healthy_percentage::Integer

Returns the value of attribute min_healthy_percentage.

Returns:

  • (::Integer)


768
769
770
# File 'sig/types.rbs', line 768

def min_healthy_percentage
  @min_healthy_percentage
end