Class: Aws::Types::MetricDatapoint

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#average::Float

Returns the value of attribute average.

Returns:

  • (::Float)


2430
2431
2432
# File 'sig/types.rbs', line 2430

def average
  @average
end

#maximum::Float

Returns the value of attribute maximum.

Returns:

  • (::Float)


2431
2432
2433
# File 'sig/types.rbs', line 2431

def maximum
  @maximum
end

#minimum::Float

Returns the value of attribute minimum.

Returns:

  • (::Float)


2432
2433
2434
# File 'sig/types.rbs', line 2432

def minimum
  @minimum
end

#sample_count::Float

Returns the value of attribute sample_count.

Returns:

  • (::Float)


2433
2434
2435
# File 'sig/types.rbs', line 2433

def sample_count
  @sample_count
end

#sum::Float

Returns the value of attribute sum.

Returns:

  • (::Float)


2434
2435
2436
# File 'sig/types.rbs', line 2434

def sum
  @sum
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


2435
2436
2437
# File 'sig/types.rbs', line 2435

def timestamp
  @timestamp
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")


2436
2437
2438
# File 'sig/types.rbs', line 2436

def unit
  @unit
end