Class: Aws::Types::SpanGuardrailAssessment
- Inherits:
-
Object
- Object
- Aws::Types::SpanGuardrailAssessment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "NONE", ...
Returns the value of attribute action.
-
#guardrail_id ⇒ ::String
Returns the value of attribute guardrail_id.
-
#guardrail_name ⇒ ::String
Returns the value of attribute guardrail_name.
-
#policies ⇒ ::Array[Types::GuardrailPolicyResult]
Returns the value of attribute policies.
-
#source ⇒ "INPUT", "OUTPUT"
Returns the value of attribute source.
Instance Attribute Details
#action ⇒ "NONE", ...
Returns the value of attribute action.
2907 2908 2909 |
# File 'sig/types.rbs', line 2907 def action @action end |
#guardrail_id ⇒ ::String
Returns the value of attribute guardrail_id.
2904 2905 2906 |
# File 'sig/types.rbs', line 2904 def guardrail_id @guardrail_id end |
#guardrail_name ⇒ ::String
Returns the value of attribute guardrail_name.
2905 2906 2907 |
# File 'sig/types.rbs', line 2905 def guardrail_name @guardrail_name end |
#policies ⇒ ::Array[Types::GuardrailPolicyResult]
Returns the value of attribute policies.
2908 2909 2910 |
# File 'sig/types.rbs', line 2908 def policies @policies end |
#source ⇒ "INPUT", "OUTPUT"
Returns the value of attribute source.
2906 2907 2908 |
# File 'sig/types.rbs', line 2906 def source @source end |