Class: Aws::Types::MetricQueryValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#avg ⇒ ::Float

Returns the value of attribute avg.

Returns:

  • (::Float)


1596
1597
1598
# File 'sig/types.rbs', line 1596

def avg
  @avg
end

#max ⇒ ::Float

Returns the value of attribute max.

Returns:

  • (::Float)


1594
1595
1596
# File 'sig/types.rbs', line 1594

def max
  @max
end

#min ⇒ ::Float

Returns the value of attribute min.

Returns:

  • (::Float)


1593
1594
1595
# File 'sig/types.rbs', line 1593

def min
  @min
end

#p90 ⇒ ::Float

Returns the value of attribute p90.

Returns:

  • (::Float)


1598
1599
1600
# File 'sig/types.rbs', line 1598

def p90
  @p90
end

#std ⇒ ::Float

Returns the value of attribute std.

Returns:

  • (::Float)


1597
1598
1599
# File 'sig/types.rbs', line 1597

def std
  @std
end

#sum ⇒ ::Float

Returns the value of attribute sum.

Returns:

  • (::Float)


1595
1596
1597
# File 'sig/types.rbs', line 1595

def sum
  @sum
end