Class: Aws::Types::CreateAIAgentVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAIAgentVersionRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#modified_time ⇒ ::Time
Returns the value of attribute modified_time.
Instance Attribute Details
#ai_agent_id ⇒ ::String
Returns the value of attribute ai_agent_id.
588 589 590 |
# File 'sig/types.rbs', line 588 def ai_agent_id @ai_agent_id end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
587 588 589 |
# File 'sig/types.rbs', line 587 def assistant_id @assistant_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
590 591 592 |
# File 'sig/types.rbs', line 590 def client_token @client_token end |
#modified_time ⇒ ::Time
Returns the value of attribute modified_time.
589 590 591 |
# File 'sig/types.rbs', line 589 def modified_time @modified_time end |