Class: Aws::Types::DeleteAIGuardrailVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAIGuardrailVersionRequest
- 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.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#ai_guardrail_id ⇒ ::String
Returns the value of attribute ai_guardrail_id.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def ai_guardrail_id @ai_guardrail_id end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def assistant_id @assistant_id end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def version_number @version_number end |