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)


758
759
760
# File 'sig/types.rbs', line 758

def max_healthy_percentage
  @max_healthy_percentage
end

#min_healthy_percentage::Integer

Returns the value of attribute min_healthy_percentage.

Returns:

  • (::Integer)


757
758
759
# File 'sig/types.rbs', line 757

def min_healthy_percentage
  @min_healthy_percentage
end