Class: Aws::Types::Metric
- Inherits:
-
Object
- Object
- Aws::Types::Metric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#frame_name ⇒ ::String
Returns the value of attribute frame_name.
-
#thread_states ⇒ ::Array[::String]
Returns the value of attribute thread_states.
-
#type ⇒ "AggregatedRelativeTotalTime"
Returns the value of attribute type.
Instance Attribute Details
#frame_name ⇒ ::String
Returns the value of attribute frame_name.
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.
292 293 294 |
# File 'sig/types.rbs', line 292 def thread_states @thread_states end |
#type ⇒ "AggregatedRelativeTotalTime"
Returns the value of attribute type.
293 294 295 |
# File 'sig/types.rbs', line 293 def type @type end |