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.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def completion @completion end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def content_type @content_type end |
#memory_id ⇒ ::String
Returns the value of attribute memory_id.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def memory_id @memory_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def session_id @session_id end |