Class: Aws::Types::Trace

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: CustomOrchestrationTrace, FailureTrace, GuardrailTrace, OrchestrationTrace, PostProcessingTrace, PreProcessingTrace, RoutingClassifierTrace, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:custom_orchestration_trace, :failure_trace, :guardrail_trace, :orchestration_trace, :post_processing_trace, :pre_processing_trace, :routing_classifier_trace])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_orchestration_traceTypes::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_traceTypes::FailureTrace

Returns the value of attribute failure_trace.

Returns:



2678
2679
2680
# File 'sig/types.rbs', line 2678

def failure_trace
  @failure_trace
end

#guardrail_traceTypes::GuardrailTrace

Returns the value of attribute guardrail_trace.



2679
2680
2681
# File 'sig/types.rbs', line 2679

def guardrail_trace
  @guardrail_trace
end

#orchestration_traceTypes::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_traceTypes::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_traceTypes::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_traceTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2684
2685
2686
# File 'sig/types.rbs', line 2684

def unknown
  @unknown
end