Class: Aws::Types::DeleteAIAgentVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAIAgentVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_agent_id ⇒ ::String
Returns the value of attribute ai_agent_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_agent_id ⇒ ::String
Returns the value of attribute ai_agent_id.
991 992 993 |
# File 'sig/types.rbs', line 991 def ai_agent_id @ai_agent_id end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
990 991 992 |
# File 'sig/types.rbs', line 990 def assistant_id @assistant_id end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
992 993 994 |
# File 'sig/types.rbs', line 992 def version_number @version_number end |