Class: Aws::Types::MetricStat

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:



1067
1068
1069
# File 'sig/types.rbs', line 1067

def metric
  @metric
end

#stat::String

Returns the value of attribute stat.

Returns:

  • (::String)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def stat
  @stat
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def unit
  @unit
end