Class: Aws::Types::CollaboratorConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:collaborator_instruction, :collaborator_name])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_alias_arn::String

Returns the value of attribute agent_alias_arn.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def agent_alias_arn
  @agent_alias_arn
end

#collaborator_instruction::String

Returns the value of attribute collaborator_instruction.

Returns:

  • (::String)


483
484
485
# File 'sig/types.rbs', line 483

def collaborator_instruction
  @collaborator_instruction
end

#collaborator_name::String

Returns the value of attribute collaborator_name.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def collaborator_name
  @collaborator_name
end

#relay_conversation_history"TO_COLLABORATOR", "DISABLED"

Returns the value of attribute relay_conversation_history.

Returns:

  • ("TO_COLLABORATOR", "DISABLED")


485
486
487
# File 'sig/types.rbs', line 485

def relay_conversation_history
  @relay_conversation_history
end