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)


800
801
802
# File 'sig/types.rbs', line 800

def id
  @id
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


801
802
803
# File 'sig/types.rbs', line 801

def label
  @label
end

#messages::Array[Types::MessageData]

Returns the value of attribute messages.

Returns:



805
806
807
# File 'sig/types.rbs', line 805

def messages
  @messages
end

#status_code"Complete", ...

Returns the value of attribute status_code.

Returns:

  • ("Complete", "InternalError", "PartialData", "Forbidden")


804
805
806
# File 'sig/types.rbs', line 804

def status_code
  @status_code
end

#timestamps::Array[::Time]

Returns the value of attribute timestamps.

Returns:

  • (::Array[::Time])


802
803
804
# File 'sig/types.rbs', line 802

def timestamps
  @timestamps
end

#values::Array[::Float]

Returns the value of attribute values.

Returns:

  • (::Array[::Float])


803
804
805
# File 'sig/types.rbs', line 803

def values
  @values
end