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.



2759
2760
2761
# File 'sig/types.rbs', line 2759

def custom_orchestration_trace
  @custom_orchestration_trace
end

#failure_traceTypes::FailureTrace

Returns the value of attribute failure_trace.

Returns:



2760
2761
2762
# File 'sig/types.rbs', line 2760

def failure_trace
  @failure_trace
end

#guardrail_traceTypes::GuardrailTrace

Returns the value of attribute guardrail_trace.



2761
2762
2763
# File 'sig/types.rbs', line 2761

def guardrail_trace
  @guardrail_trace
end

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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2766
2767
2768
# File 'sig/types.rbs', line 2766

def unknown
  @unknown
end