Class: Aws::Types::AgentCollaboratorInvocationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_collaborator_alias_arn::String

Returns the value of attribute agent_collaborator_alias_arn.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def agent_collaborator_alias_arn
  @agent_collaborator_alias_arn
end

#agent_collaborator_name::String

Returns the value of attribute agent_collaborator_name.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def agent_collaborator_name
  @agent_collaborator_name
end

#inputTypes::AgentCollaboratorInputPayload

Returns the value of attribute input.



84
85
86
# File 'sig/types.rbs', line 84

def input
  @input
end