Class: Aws::Types::AIRecommendationPerformanceMetric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric::String

Returns the value of attribute metric.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def metric
  @metric
end

#stat::String

Returns the value of attribute stat.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def stat
  @stat
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def unit
  @unit
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def value
  @value
end