Class: Aws::Types::FrameMetric

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)


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.

Returns:

  • (::Array[::String])


142
143
144
# File 'sig/types.rbs', line 142

def thread_states
  @thread_states
end

#type"AggregatedRelativeTotalTime"

Returns the value of attribute type.

Returns:

  • ("AggregatedRelativeTotalTime")


143
144
145
# File 'sig/types.rbs', line 143

def type
  @type
end