Class: Aws::Types::Trace
- Inherits:
-
Object
- Object
- Aws::Types::Trace
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CustomOrchestrationTrace, FailureTrace, GuardrailTrace, OrchestrationTrace, PostProcessingTrace, PreProcessingTrace, RoutingClassifierTrace, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_orchestration_trace ⇒ Types::CustomOrchestrationTrace
Returns the value of attribute custom_orchestration_trace.
-
#failure_trace ⇒ Types::FailureTrace
Returns the value of attribute failure_trace.
-
#guardrail_trace ⇒ Types::GuardrailTrace
Returns the value of attribute guardrail_trace.
-
#orchestration_trace ⇒ Types::OrchestrationTrace
Returns the value of attribute orchestration_trace.
-
#post_processing_trace ⇒ Types::PostProcessingTrace
Returns the value of attribute post_processing_trace.
-
#pre_processing_trace ⇒ Types::PreProcessingTrace
Returns the value of attribute pre_processing_trace.
-
#routing_classifier_trace ⇒ Types::RoutingClassifierTrace
Returns the value of attribute routing_classifier_trace.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#custom_orchestration_trace ⇒ Types::CustomOrchestrationTrace
Returns the value of attribute custom_orchestration_trace.
2759 2760 2761 |
# File 'sig/types.rbs', line 2759 def custom_orchestration_trace @custom_orchestration_trace end |
#failure_trace ⇒ Types::FailureTrace
Returns the value of attribute failure_trace.
2760 2761 2762 |
# File 'sig/types.rbs', line 2760 def failure_trace @failure_trace end |
#guardrail_trace ⇒ Types::GuardrailTrace
Returns the value of attribute guardrail_trace.
2761 2762 2763 |
# File 'sig/types.rbs', line 2761 def guardrail_trace @guardrail_trace end |
#orchestration_trace ⇒ Types::OrchestrationTrace
Returns the value of attribute orchestration_trace.
2762 2763 2764 |
# File 'sig/types.rbs', line 2762 def orchestration_trace @orchestration_trace end |
#post_processing_trace ⇒ Types::PostProcessingTrace
Returns the value of attribute post_processing_trace.
2763 2764 2765 |
# File 'sig/types.rbs', line 2763 def post_processing_trace @post_processing_trace end |
#pre_processing_trace ⇒ Types::PreProcessingTrace
Returns the value of attribute pre_processing_trace.
2764 2765 2766 |
# File 'sig/types.rbs', line 2764 def pre_processing_trace @pre_processing_trace end |
#routing_classifier_trace ⇒ Types::RoutingClassifierTrace
Returns the value of attribute routing_classifier_trace.
2765 2766 2767 |
# File 'sig/types.rbs', line 2765 def routing_classifier_trace @routing_classifier_trace end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2766 2767 2768 |
# File 'sig/types.rbs', line 2766 def unknown @unknown end |