Class: Aws::Types::MetricData

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#metric_name::String

Returns the value of attribute metric_name.



8747
8748
8749
# File 'sig/types.rbs', line 8747

def metric_name
  @metric_name
end

#timestamp::Time

Returns the value of attribute timestamp.



8749
8750
8751
# File 'sig/types.rbs', line 8749

def timestamp
  @timestamp
end

#value::Float

Returns the value of attribute value.



8748
8749
8750
# File 'sig/types.rbs', line 8748

def value
  @value
end