Class: Aws::Types::RetrievedTrace

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)


754
755
756
# File 'sig/types.rbs', line 754

def duration
  @duration
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


753
754
755
# File 'sig/types.rbs', line 753

def id
  @id
end

#spans::Array[Types::Span]

Returns the value of attribute spans.

Returns:



755
756
757
# File 'sig/types.rbs', line 755

def spans
  @spans
end