Class: Aws::Types::ListPendingMessagesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPendingMessagesRequest
- 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.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
996 997 998 |
# File 'sig/types.rbs', line 996 def agent_space_id @agent_space_id end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
997 998 999 |
# File 'sig/types.rbs', line 997 def execution_id @execution_id end |