Class: Aws::Types::Datapoint

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)


135
136
137
# File 'sig/types.rbs', line 135

def average
  @average
end

#extended_statistics::Hash[::String, ::Float]

Returns the value of attribute extended_statistics.

Returns:

  • (::Hash[::String, ::Float])


140
141
142
# File 'sig/types.rbs', line 140

def extended_statistics
  @extended_statistics
end

#maximum::Float

Returns the value of attribute maximum.

Returns:

  • (::Float)


138
139
140
# File 'sig/types.rbs', line 138

def maximum
  @maximum
end

#minimum::Float

Returns the value of attribute minimum.

Returns:

  • (::Float)


137
138
139
# File 'sig/types.rbs', line 137

def minimum
  @minimum
end

#sample_count::Float

Returns the value of attribute sample_count.

Returns:

  • (::Float)


134
135
136
# File 'sig/types.rbs', line 134

def sample_count
  @sample_count
end

#sum::Float

Returns the value of attribute sum.

Returns:

  • (::Float)


136
137
138
# File 'sig/types.rbs', line 136

def sum
  @sum
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


133
134
135
# File 'sig/types.rbs', line 133

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")


139
140
141
# File 'sig/types.rbs', line 139

def unit
  @unit
end