Class: Aws::Types::GuardrailTrace

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#action"INTERVENED", "NONE"

Returns the value of attribute action.

Returns:

  • ("INTERVENED", "NONE")


1268
1269
1270
# File 'sig/types.rbs', line 1268

def action
  @action
end

#input_assessments::Array[Types::GuardrailAssessment]

Returns the value of attribute input_assessments.

Returns:



1269
1270
1271
# File 'sig/types.rbs', line 1269

def input_assessments
  @input_assessments
end

#metadataTypes::Metadata

Returns the value of attribute metadata.

Returns:



1270
1271
1272
# File 'sig/types.rbs', line 1270

def 
  @metadata
end

#output_assessments::Array[Types::GuardrailAssessment]

Returns the value of attribute output_assessments.

Returns:



1271
1272
1273
# File 'sig/types.rbs', line 1271

def output_assessments
  @output_assessments
end

#trace_id::String

Returns the value of attribute trace_id.

Returns:

  • (::String)


1272
1273
1274
# File 'sig/types.rbs', line 1272

def trace_id
  @trace_id
end