Class: Aws::Types::GetAIGuardrailRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAIGuardrailRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_guardrail_id ⇒ ::String
Returns the value of attribute ai_guardrail_id.
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
Instance Attribute Details
#ai_guardrail_id ⇒ ::String
Returns the value of attribute ai_guardrail_id.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def ai_guardrail_id @ai_guardrail_id end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def assistant_id @assistant_id end |