Class: Aws::Types::InvokeAgentResponse
- Inherits:
-
Object
- Object
- Aws::Types::InvokeAgentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion ⇒ Types::ResponseStream
Returns the value of attribute completion.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#memory_id ⇒ ::String
Returns the value of attribute memory_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#completion ⇒ Types::ResponseStream
Returns the value of attribute completion.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def completion @completion end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def content_type @content_type end |
#memory_id ⇒ ::String
Returns the value of attribute memory_id.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def memory_id @memory_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def session_id @session_id end |