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:



1471
1472
1473
# File 'sig/types.rbs', line 1471

def metric
  @metric
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


1474
1475
1476
# File 'sig/types.rbs', line 1474

def period
  @period
end

#stat::String

Returns the value of attribute stat.

Returns:

  • (::String)


1472
1473
1474
# File 'sig/types.rbs', line 1472

def stat
  @stat
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


1473
1474
1475
# File 'sig/types.rbs', line 1473

def unit
  @unit
end