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:



828
829
830
# File 'sig/types.rbs', line 828

def metric
  @metric
end

#period::Integer

Returns the value of attribute period.

Returns:



829
830
831
# File 'sig/types.rbs', line 829

def period
  @period
end

#stat::String

Returns the value of attribute stat.

Returns:



830
831
832
# File 'sig/types.rbs', line 830

def stat
  @stat
end

#unit"Seconds", ...

Returns the value of attribute unit.

Returns:



831
832
833
# File 'sig/types.rbs', line 831

def unit
  @unit
end