Class: Aws::Types::MetricDataPoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fpr::Float

Returns the value of attribute fpr.

Returns:

  • (::Float)


978
979
980
# File 'sig/types.rbs', line 978

def fpr
  @fpr
end

#precision::Float

Returns the value of attribute precision.

Returns:

  • (::Float)


979
980
981
# File 'sig/types.rbs', line 979

def precision
  @precision
end

#threshold::Float

Returns the value of attribute threshold.

Returns:

  • (::Float)


981
982
983
# File 'sig/types.rbs', line 981

def threshold
  @threshold
end

#tpr::Float

Returns the value of attribute tpr.

Returns:

  • (::Float)


980
981
982
# File 'sig/types.rbs', line 980

def tpr
  @tpr
end