Class: Aws::Types::TargetTrackingMetricStat

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#metricTypes::TargetTrackingMetric

Returns the value of attribute metric.

Returns:



462
463
464
# File 'sig/types.rbs', line 462

def metric
  @metric
end

#stat::String

Returns the value of attribute stat.

Returns:



463
464
465
# File 'sig/types.rbs', line 463

def stat
  @stat
end

#unit::String

Returns the value of attribute unit.

Returns:



464
465
466
# File 'sig/types.rbs', line 464

def unit
  @unit
end