Class: Aws::Types::FrameMetric
- Inherits:
-
Object
- Object
- Aws::Types::FrameMetric
- 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.
141 142 143 |
# File 'sig/types.rbs', line 141 def frame_name @frame_name end |
#thread_states ⇒ ::Array[::String]
Returns the value of attribute thread_states.
142 143 144 |
# File 'sig/types.rbs', line 142 def thread_states @thread_states end |
#type ⇒ "AggregatedRelativeTotalTime"
Returns the value of attribute type.
143 144 145 |
# File 'sig/types.rbs', line 143 def type @type end |