Class: Aws::Types::ListPendingMessagesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPendingMessagesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#messages ⇒ ::Array[Types::PendingMessage]
Returns the value of attribute messages.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def agent_space_id @agent_space_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def created_at @created_at end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def execution_id @execution_id end |
#messages ⇒ ::Array[Types::PendingMessage]
Returns the value of attribute messages.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def @messages end |