Class: Aws::Types::AgentCollaboratorInputPayload
- Inherits:
-
Object
- Object
- Aws::Types::AgentCollaboratorInputPayload
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#return_control_results ⇒ Types::ReturnControlResults
Returns the value of attribute return_control_results.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#type ⇒ "TEXT", "RETURN_CONTROL"
Returns the value of attribute type.
Instance Attribute Details
#return_control_results ⇒ Types::ReturnControlResults
Returns the value of attribute return_control_results.
75 76 77 |
# File 'sig/types.rbs', line 75 def return_control_results @return_control_results end |
#text ⇒ ::String
Returns the value of attribute text.
76 77 78 |
# File 'sig/types.rbs', line 76 def text @text end |
#type ⇒ "TEXT", "RETURN_CONTROL"
Returns the value of attribute type.
77 78 79 |
# File 'sig/types.rbs', line 77 def type @type end |