Class: Aws::Types::AgentCollaboratorInvocationInput
- Inherits:
-
Object
- Object
- Aws::Types::AgentCollaboratorInvocationInput
- 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.
-
#input ⇒ Types::AgentCollaboratorInputPayload
Returns the value of attribute input.
Instance Attribute Details
#agent_collaborator_alias_arn ⇒ ::String
Returns the value of attribute agent_collaborator_alias_arn.
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.
83 84 85 |
# File 'sig/types.rbs', line 83 def agent_collaborator_name @agent_collaborator_name end |
#input ⇒ Types::AgentCollaboratorInputPayload
Returns the value of attribute input.
84 85 86 |
# File 'sig/types.rbs', line 84 def input @input end |