Class: Aws::Types::PredictiveScalingMetricStat

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metricTypes::PredictiveScalingMetric

Returns the value of attribute metric.



251
252
253
# File 'sig/types.rbs', line 251

def metric
  @metric
end

#stat::String

Returns the value of attribute stat.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def stat
  @stat
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def unit
  @unit
end