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)


564
565
566
# File 'sig/types.rbs', line 564

def agent_alias_arn
  @agent_alias_arn
end

#collaborator_instruction::String

Returns the value of attribute collaborator_instruction.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def collaborator_instruction
  @collaborator_instruction
end

#collaborator_name::String

Returns the value of attribute collaborator_name.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def collaborator_name
  @collaborator_name
end

#relay_conversation_history"TO_COLLABORATOR", "DISABLED"

Returns the value of attribute relay_conversation_history.

Returns:

  • ("TO_COLLABORATOR", "DISABLED")


567
568
569
# File 'sig/types.rbs', line 567

def relay_conversation_history
  @relay_conversation_history
end