Class: Aws::Types::Trace

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#duration::Float

Returns the value of attribute duration.

Returns:

  • (::Float)


974
975
976
# File 'sig/types.rbs', line 974

def duration
  @duration
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


973
974
975
# File 'sig/types.rbs', line 973

def id
  @id
end

#limit_exceededBoolean

Returns the value of attribute limit_exceeded.

Returns:

  • (Boolean)


975
976
977
# File 'sig/types.rbs', line 975

def limit_exceeded
  @limit_exceeded
end

#segments::Array[Types::Segment]

Returns the value of attribute segments.

Returns:



976
977
978
# File 'sig/types.rbs', line 976

def segments
  @segments
end