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:

  • (::String)


9017
9018
9019
# File 'sig/types.rbs', line 9017

def percentile
  @percentile
end

#value_in_milliseconds::Integer

Returns the value of attribute value_in_milliseconds.

Returns:

  • (::Integer)


9018
9019
9020
# File 'sig/types.rbs', line 9018

def value_in_milliseconds
  @value_in_milliseconds
end