Class: Aws::Types::RawMetricData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def metric_name
  @metric_name
end

#step::Integer

Returns the value of attribute step.

Returns:

  • (::Integer)


60
61
62
# File 'sig/types.rbs', line 60

def step
  @step
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


59
60
61
# File 'sig/types.rbs', line 59

def timestamp
  @timestamp
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


61
62
63
# File 'sig/types.rbs', line 61

def value
  @value
end