Class: Aws::Types::AgentCollaboratorInvocationOutput
- Inherits:
-
Object
- Object
- Aws::Types::AgentCollaboratorInvocationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_collaborator_alias_arn ⇒ ::String
Returns the value of attribute agent_collaborator_alias_arn.
-
#agent_collaborator_name ⇒ ::String
Returns the value of attribute agent_collaborator_name.
-
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
-
#output ⇒ Types::AgentCollaboratorOutputPayload
Returns the value of attribute output.
Instance Attribute Details
#agent_collaborator_alias_arn ⇒ ::String
Returns the value of attribute agent_collaborator_alias_arn.
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.
90 91 92 |
# File 'sig/types.rbs', line 90 def agent_collaborator_name @agent_collaborator_name end |
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
91 92 93 |
# File 'sig/types.rbs', line 91 def @metadata end |
#output ⇒ Types::AgentCollaboratorOutputPayload
Returns the value of attribute output.
92 93 94 |
# File 'sig/types.rbs', line 92 def output @output end |