Class: Aws::Types::ModelLatencyThreshold

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#percentile::String

Returns the value of attribute percentile.

Returns:



9064
9065
9066
# File 'sig/types.rbs', line 9064

def percentile
  @percentile
end

#value_in_milliseconds::Integer

Returns the value of attribute value_in_milliseconds.

Returns:



9065
9066
9067
# File 'sig/types.rbs', line 9065

def value_in_milliseconds
  @value_in_milliseconds
end