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:

  • (::Integer)


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

def period
  @period
end

#stat::String

Returns the value of attribute stat.

Returns:

  • (::String)


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

def stat
  @stat
end

#unit"Seconds", ...

Returns the value of attribute unit.

Returns:

  • ("Seconds", "Microseconds", "Milliseconds", "Bytes", "Kilobytes", "Megabytes", "Gigabytes", "Terabytes", "Bits", "Kilobits", "Megabits", "Gigabits", "Terabits", "Percent", "Count", "Bytes/Second", "Kilobytes/Second", "Megabytes/Second", "Gigabytes/Second", "Terabytes/Second", "Bits/Second", "Kilobits/Second", "Megabits/Second", "Gigabits/Second", "Terabits/Second", "Count/Second", "None")


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

def unit
  @unit
end