Class: Aws::Types::MetricDataResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1482
1483
1484
# File 'sig/types.rbs', line 1482

def id
  @id
end

#timestamps::Array[::Time]

Returns the value of attribute timestamps.

Returns:

  • (::Array[::Time])


1483
1484
1485
# File 'sig/types.rbs', line 1483

def timestamps
  @timestamps
end

#values::Array[::Integer]

Returns the value of attribute values.

Returns:

  • (::Array[::Integer])


1484
1485
1486
# File 'sig/types.rbs', line 1484

def values
  @values
end