Class: Aws::Types::AgentCollaboratorOutputPayload
- Inherits:
-
Object
- Object
- Aws::Types::AgentCollaboratorOutputPayload
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#return_control_payload ⇒ Types::ReturnControlPayload
Returns the value of attribute return_control_payload.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#type ⇒ "TEXT", "RETURN_CONTROL"
Returns the value of attribute type.
Instance Attribute Details
#return_control_payload ⇒ Types::ReturnControlPayload
Returns the value of attribute return_control_payload.
97 98 99 |
# File 'sig/types.rbs', line 97 def return_control_payload @return_control_payload end |
#text ⇒ ::String
Returns the value of attribute text.
98 99 100 |
# File 'sig/types.rbs', line 98 def text @text end |
#type ⇒ "TEXT", "RETURN_CONTROL"
Returns the value of attribute type.
99 100 101 |
# File 'sig/types.rbs', line 99 def type @type end |