Class: Aws::Types::UpdateAgentCollaboratorRequest

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.



2913
2914
2915
# File 'sig/types.rbs', line 2913

def agent_descriptor
  @agent_descriptor
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


2910
2911
2912
# File 'sig/types.rbs', line 2910

def agent_id
  @agent_id
end

#agent_version::String

Returns the value of attribute agent_version.

Returns:

  • (::String)


2911
2912
2913
# File 'sig/types.rbs', line 2911

def agent_version
  @agent_version
end

#collaboration_instruction::String

Returns the value of attribute collaboration_instruction.

Returns:

  • (::String)


2915
2916
2917
# File 'sig/types.rbs', line 2915

def collaboration_instruction
  @collaboration_instruction
end

#collaborator_id::String

Returns the value of attribute collaborator_id.

Returns:

  • (::String)


2912
2913
2914
# File 'sig/types.rbs', line 2912

def collaborator_id
  @collaborator_id
end

#collaborator_name::String

Returns the value of attribute collaborator_name.

Returns:

  • (::String)


2914
2915
2916
# File 'sig/types.rbs', line 2914

def collaborator_name
  @collaborator_name
end

#relay_conversation_history"TO_COLLABORATOR", "DISABLED"

Returns the value of attribute relay_conversation_history.

Returns:

  • ("TO_COLLABORATOR", "DISABLED")


2916
2917
2918
# File 'sig/types.rbs', line 2916

def relay_conversation_history
  @relay_conversation_history
end