Class: Aws::Types::AgentOutputMessage
- Inherits:
-
Object
- Object
- Aws::Types::AgentOutputMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#options_list ⇒ ::Array[::String]
Returns the value of attribute options_list.
-
#type ⇒ "INITIAL_GREETING", ...
Returns the value of attribute type.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
28 29 30 |
# File 'sig/types.rbs', line 28 def body @body end |
#options_list ⇒ ::Array[::String]
Returns the value of attribute options_list.
30 31 32 |
# File 'sig/types.rbs', line 30 def @options_list end |
#type ⇒ "INITIAL_GREETING", ...
Returns the value of attribute type.
29 30 31 |
# File 'sig/types.rbs', line 29 def type @type end |