Class: Aws::Types::TFIMetricDataPoint

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)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def fpr
  @fpr
end

#precision::Float

Returns the value of attribute precision.

Returns:

  • (::Float)


1228
1229
1230
# File 'sig/types.rbs', line 1228

def precision
  @precision
end

#threshold::Float

Returns the value of attribute threshold.

Returns:

  • (::Float)


1230
1231
1232
# File 'sig/types.rbs', line 1230

def threshold
  @threshold
end

#tpr::Float

Returns the value of attribute tpr.

Returns:

  • (::Float)


1229
1230
1231
# File 'sig/types.rbs', line 1229

def tpr
  @tpr
end