Class: Aws::Types::CustomOrchestrationTrace
- Inherits:
-
Object
- Object
- Aws::Types::CustomOrchestrationTrace
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event ⇒ Types::CustomOrchestrationTraceEvent
Returns the value of attribute event.
-
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
Instance Attribute Details
#event ⇒ Types::CustomOrchestrationTraceEvent
Returns the value of attribute event.
559 560 561 |
# File 'sig/types.rbs', line 559 def event @event end |
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
560 561 562 |
# File 'sig/types.rbs', line 560 def trace_id @trace_id end |