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)


9002
9003
9004
# File 'sig/types.rbs', line 9002

def percentile
  @percentile
end

#value_in_milliseconds::Integer

Returns the value of attribute value_in_milliseconds.

Returns:

  • (::Integer)


9003
9004
9005
# File 'sig/types.rbs', line 9003

def value_in_milliseconds
  @value_in_milliseconds
end