Class: Aws::Types::RetrievedTrace
- Inherits:
-
Object
- Object
- Aws::Types::RetrievedTrace
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration ⇒ ::Float
Returns the value of attribute duration.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#spans ⇒ ::Array[Types::Span]
Returns the value of attribute spans.
Instance Attribute Details
#duration ⇒ ::Float
Returns the value of attribute duration.
754 755 756 |
# File 'sig/types.rbs', line 754 def duration @duration end |
#id ⇒ ::String
Returns the value of attribute id.
753 754 755 |
# File 'sig/types.rbs', line 753 def id @id end |
#spans ⇒ ::Array[Types::Span]
Returns the value of attribute spans.
755 756 757 |
# File 'sig/types.rbs', line 755 def spans @spans end |