Class: Aws::Types::AgentCollaboratorSummary
- Inherits:
-
Object
- Object
- Aws::Types::AgentCollaboratorSummary
- 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.
-
#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.
158 159 160 |
# File 'sig/types.rbs', line 158 def agent_descriptor @agent_descriptor end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
155 156 157 |
# File 'sig/types.rbs', line 155 def agent_id @agent_id end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
156 157 158 |
# File 'sig/types.rbs', line 156 def agent_version @agent_version end |
#collaboration_instruction ⇒ ::String
Returns the value of attribute collaboration_instruction.
159 160 161 |
# File 'sig/types.rbs', line 159 def collaboration_instruction @collaboration_instruction end |
#collaborator_id ⇒ ::String
Returns the value of attribute collaborator_id.
157 158 159 |
# File 'sig/types.rbs', line 157 def collaborator_id @collaborator_id end |
#collaborator_name ⇒ ::String
Returns the value of attribute collaborator_name.
161 162 163 |
# File 'sig/types.rbs', line 161 def collaborator_name @collaborator_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
162 163 164 |
# File 'sig/types.rbs', line 162 def created_at @created_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
163 164 165 |
# File 'sig/types.rbs', line 163 def last_updated_at @last_updated_at end |
#relay_conversation_history ⇒ "TO_COLLABORATOR", "DISABLED"
Returns the value of attribute relay_conversation_history.
160 161 162 |
# File 'sig/types.rbs', line 160 def relay_conversation_history @relay_conversation_history end |