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.
2677 2678 2679 |
# File 'sig/types.rbs', line 2677 def custom_orchestration_trace @custom_orchestration_trace end |
#failure_trace ⇒ Types::FailureTrace
Returns the value of attribute failure_trace.
2678 2679 2680 |
# File 'sig/types.rbs', line 2678 def failure_trace @failure_trace end |
#guardrail_trace ⇒ Types::GuardrailTrace
Returns the value of attribute guardrail_trace.
2679 2680 2681 |
# File 'sig/types.rbs', line 2679 def guardrail_trace @guardrail_trace end |
#orchestration_trace ⇒ Types::OrchestrationTrace
Returns the value of attribute orchestration_trace.
2680 2681 2682 |
# File 'sig/types.rbs', line 2680 def orchestration_trace @orchestration_trace end |
#post_processing_trace ⇒ Types::PostProcessingTrace
Returns the value of attribute post_processing_trace.
2681 2682 2683 |
# File 'sig/types.rbs', line 2681 def post_processing_trace @post_processing_trace end |
#pre_processing_trace ⇒ Types::PreProcessingTrace
Returns the value of attribute pre_processing_trace.
2682 2683 2684 |
# File 'sig/types.rbs', line 2682 def pre_processing_trace @pre_processing_trace end |
#routing_classifier_trace ⇒ Types::RoutingClassifierTrace
Returns the value of attribute routing_classifier_trace.
2683 2684 2685 |
# File 'sig/types.rbs', line 2683 def routing_classifier_trace @routing_classifier_trace end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2684 2685 2686 |
# File 'sig/types.rbs', line 2684 def unknown @unknown end |