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")


1350
1351
1352
# File 'sig/types.rbs', line 1350

def action
  @action
end

#input_assessments::Array[Types::GuardrailAssessment]

Returns the value of attribute input_assessments.

Returns:



1351
1352
1353
# File 'sig/types.rbs', line 1351

def input_assessments
  @input_assessments
end

#metadataTypes::Metadata

Returns the value of attribute metadata.

Returns:



1352
1353
1354
# File 'sig/types.rbs', line 1352

def 
  @metadata
end

#output_assessments::Array[Types::GuardrailAssessment]

Returns the value of attribute output_assessments.

Returns:



1353
1354
1355
# File 'sig/types.rbs', line 1353

def output_assessments
  @output_assessments
end

#trace_id::String

Returns the value of attribute trace_id.

Returns:

  • (::String)


1354
1355
1356
# File 'sig/types.rbs', line 1354

def trace_id
  @trace_id
end