Class: Aws::Types::MinimumHealthyHostsPerZone

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type"HOST_COUNT", "FLEET_PERCENT"

Returns the value of attribute type.

Returns:

  • ("HOST_COUNT", "FLEET_PERCENT")


1068
1069
1070
# File 'sig/types.rbs', line 1068

def type
  @type
end

#value::Integer

Returns the value of attribute value.

Returns:

  • (::Integer)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def value
  @value
end