Class: Aws::Types::GuardrailTrace
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailTrace
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "INTERVENED", "NONE"
Returns the value of attribute action.
-
#input_assessments ⇒ ::Array[Types::GuardrailAssessment]
Returns the value of attribute input_assessments.
-
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
-
#output_assessments ⇒ ::Array[Types::GuardrailAssessment]
Returns the value of attribute output_assessments.
-
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
Instance Attribute Details
#action ⇒ "INTERVENED", "NONE"
Returns the value of attribute action.
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.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def input_assessments @input_assessments end |
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def @metadata end |
#output_assessments ⇒ ::Array[Types::GuardrailAssessment]
Returns the value of attribute output_assessments.
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.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def trace_id @trace_id end |