Class: Aws::Types::Trace
- Inherits:
-
Object
- Object
- Aws::Types::Trace
- 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.
-
#limit_exceeded ⇒ Boolean
Returns the value of attribute limit_exceeded.
-
#segments ⇒ ::Array[Types::Segment]
Returns the value of attribute segments.
Instance Attribute Details
#duration ⇒ ::Float
Returns the value of attribute duration.
974 975 976 |
# File 'sig/types.rbs', line 974 def duration @duration end |
#id ⇒ ::String
Returns the value of attribute id.
973 974 975 |
# File 'sig/types.rbs', line 973 def id @id end |
#limit_exceeded ⇒ Boolean
Returns the value of attribute limit_exceeded.
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.
976 977 978 |
# File 'sig/types.rbs', line 976 def segments @segments end |