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.
641 642 643 |
# File 'sig/types.rbs', line 641 def event @event end |
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
642 643 644 |
# File 'sig/types.rbs', line 642 def trace_id @trace_id end |