Class: Aws::Types::ThresholdConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type"COUNT", ...

Returns the value of attribute type.

Returns:

  • ("COUNT", "BOUNDED_PERCENT", "UNBOUNDED_PERCENT")


2779
2780
2781
# File 'sig/types.rbs', line 2779

def type
  @type
end

#value::Integer

Returns the value of attribute value.

Returns:

  • (::Integer)


2780
2781
2782
# File 'sig/types.rbs', line 2780

def value
  @value
end