Class: Aws::Types::Threshold

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type ⇒ "GREATER_THAN_OR_EQUAL", ...

Returns the value of attribute type.

Returns:

  • ("GREATER_THAN_OR_EQUAL", "LESS_THAN_OR_EQUAL", "GREATER_THAN", "LESS_THAN")


952
953
954
# File 'sig/types.rbs', line 952

def type
  @type
end

#unit ⇒ "COUNT", "PERCENTAGE"

Returns the value of attribute unit.

Returns:

  • ("COUNT", "PERCENTAGE")


953
954
955
# File 'sig/types.rbs', line 953

def unit
  @unit
end

#value ⇒ ::Float

Returns the value of attribute value.

Returns:

  • (::Float)


951
952
953
# File 'sig/types.rbs', line 951

def value
  @value
end