Module: Aws::DevOpsAgent::Client::_ListPendingMessagesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListPendingMessagesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_space_id ⇒ ::String
- #created_at ⇒ ::Time
- #execution_id ⇒ ::String
- #messages ⇒ ::Array[Types::PendingMessage]
Instance Method Details
#agent_space_id ⇒ ::String
660 |
# File 'sig/client.rbs', line 660
def agent_space_id: () -> ::String
|
#created_at ⇒ ::Time
663 |
# File 'sig/client.rbs', line 663
def created_at: () -> ::Time
|
#execution_id ⇒ ::String
661 |
# File 'sig/client.rbs', line 661
def execution_id: () -> ::String
|
#messages ⇒ ::Array[Types::PendingMessage]
662 |
# File 'sig/client.rbs', line 662
def messages: () -> ::Array[Types::PendingMessage]
|