Class: Aws::Types::AgenticRetrieveGuardrailWarning
- Inherits:
-
Object
- Object
- Aws::Types::AgenticRetrieveGuardrailWarning
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "INTERVENED", "NONE"
Returns the value of attribute action.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#action ⇒ "INTERVENED", "NONE"
Returns the value of attribute action.
170 171 172 |
# File 'sig/types.rbs', line 170 def action @action end |
#id ⇒ ::String
Returns the value of attribute id.
171 172 173 |
# File 'sig/types.rbs', line 171 def id @id end |
#message ⇒ ::String
Returns the value of attribute message.
172 173 174 |
# File 'sig/types.rbs', line 172 def @message end |
#version ⇒ ::String
Returns the value of attribute version.
173 174 175 |
# File 'sig/types.rbs', line 173 def version @version end |