Class: Aws::Types::AgentCollaborator

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.



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • ("TO_COLLABORATOR", "DISABLED")


149
150
151
# File 'sig/types.rbs', line 149

def relay_conversation_history
  @relay_conversation_history
end