Class: Aws::Types::Metric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#frame_name::String

Returns the value of attribute frame_name.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def frame_name
  @frame_name
end

#thread_states::Array[::String]

Returns the value of attribute thread_states.

Returns:

  • (::Array[::String])


292
293
294
# File 'sig/types.rbs', line 292

def thread_states
  @thread_states
end

#type"AggregatedRelativeTotalTime"

Returns the value of attribute type.

Returns:

  • ("AggregatedRelativeTotalTime")


293
294
295
# File 'sig/types.rbs', line 293

def type
  @type
end