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::Metric

Returns the value of attribute metric.

Returns:



1477
1478
1479
# File 'sig/types.rbs', line 1477

def metric
  @metric
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


1480
1481
1482
# File 'sig/types.rbs', line 1480

def period
  @period
end

#stat::String

Returns the value of attribute stat.

Returns:

  • (::String)


1478
1479
1480
# File 'sig/types.rbs', line 1478

def stat
  @stat
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


1479
1480
1481
# File 'sig/types.rbs', line 1479

def unit
  @unit
end