Class: Aws::Types::MetricData

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)


8685
8686
8687
# File 'sig/types.rbs', line 8685

def metric_name
  @metric_name
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


8687
8688
8689
# File 'sig/types.rbs', line 8687

def timestamp
  @timestamp
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


8686
8687
8688
# File 'sig/types.rbs', line 8686

def value
  @value
end