Class: Aws::Types::UpdateAIAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAIAgentRequest
- 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.
-
#configuration ⇒ Types::AIAgentConfiguration
Returns the value of attribute configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#visibility_status ⇒ "SAVED", "PUBLISHED"
Returns the value of attribute visibility_status.
Instance Attribute Details
#ai_agent_id ⇒ ::String
Returns the value of attribute ai_agent_id.
3167 3168 3169 |
# File 'sig/types.rbs', line 3167 def ai_agent_id @ai_agent_id end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
3166 3167 3168 |
# File 'sig/types.rbs', line 3166 def assistant_id @assistant_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3165 3166 3167 |
# File 'sig/types.rbs', line 3165 def client_token @client_token end |
#configuration ⇒ Types::AIAgentConfiguration
Returns the value of attribute configuration.
3169 3170 3171 |
# File 'sig/types.rbs', line 3169 def configuration @configuration end |
#description ⇒ ::String
Returns the value of attribute description.
3170 3171 3172 |
# File 'sig/types.rbs', line 3170 def description @description end |
#visibility_status ⇒ "SAVED", "PUBLISHED"
Returns the value of attribute visibility_status.
3168 3169 3170 |
# File 'sig/types.rbs', line 3168 def visibility_status @visibility_status end |