Class: Aws::Types::AgentCollaboratorInvocationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_collaborator_alias_arn::String

Returns the value of attribute agent_collaborator_alias_arn.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def agent_collaborator_alias_arn
  @agent_collaborator_alias_arn
end

#agent_collaborator_name::String

Returns the value of attribute agent_collaborator_name.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def agent_collaborator_name
  @agent_collaborator_name
end

#metadataTypes::Metadata

Returns the value of attribute metadata.

Returns:



91
92
93
# File 'sig/types.rbs', line 91

def 
  @metadata
end

#outputTypes::AgentCollaboratorOutputPayload

Returns the value of attribute output.



92
93
94
# File 'sig/types.rbs', line 92

def output
  @output
end