Class: Aws::Types::AgentCollaboratorSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:collaboration_instruction])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_descriptorTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • ("TO_COLLABORATOR", "DISABLED")


160
161
162
# File 'sig/types.rbs', line 160

def relay_conversation_history
  @relay_conversation_history
end