Class: Aws::Types::AgentCollaborator
- Inherits:
-
Object
- Object
- Aws::Types::AgentCollaborator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_descriptor ⇒ Types::AgentDescriptor
Returns the value of attribute agent_descriptor.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#collaboration_instruction ⇒ ::String
Returns the value of attribute collaboration_instruction.
-
#collaborator_id ⇒ ::String
Returns the value of attribute collaborator_id.
-
#collaborator_name ⇒ ::String
Returns the value of attribute collaborator_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#relay_conversation_history ⇒ "TO_COLLABORATOR", "DISABLED"
Returns the value of attribute relay_conversation_history.
Instance Attribute Details
#agent_descriptor ⇒ Types::AgentDescriptor
Returns the value of attribute agent_descriptor.
143 144 145 |
# File 'sig/types.rbs', line 143 def agent_descriptor @agent_descriptor end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
141 142 143 |
# File 'sig/types.rbs', line 141 def agent_id @agent_id end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
142 143 144 |
# File 'sig/types.rbs', line 142 def agent_version @agent_version end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
150 151 152 |
# File 'sig/types.rbs', line 150 def client_token @client_token end |
#collaboration_instruction ⇒ ::String
Returns the value of attribute collaboration_instruction.
145 146 147 |
# File 'sig/types.rbs', line 145 def collaboration_instruction @collaboration_instruction end |
#collaborator_id ⇒ ::String
Returns the value of attribute collaborator_id.
144 145 146 |
# File 'sig/types.rbs', line 144 def collaborator_id @collaborator_id end |
#collaborator_name ⇒ ::String
Returns the value of attribute collaborator_name.
146 147 148 |
# File 'sig/types.rbs', line 146 def collaborator_name @collaborator_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
147 148 149 |
# File 'sig/types.rbs', line 147 def created_at @created_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
148 149 150 |
# File 'sig/types.rbs', line 148 def last_updated_at @last_updated_at end |
#relay_conversation_history ⇒ "TO_COLLABORATOR", "DISABLED"
Returns the value of attribute relay_conversation_history.
149 150 151 |
# File 'sig/types.rbs', line 149 def relay_conversation_history @relay_conversation_history end |