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:



1055
1056
1057
# File 'sig/types.rbs', line 1055

def metric
  @metric
end

#stat::String

Returns the value of attribute stat.

Returns:

  • (::String)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def stat
  @stat
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def unit
  @unit
end