Method: Aws::Drs::Client#list_launch_actions
- Defined in:
- lib/aws-sdk-drs/client.rb
#list_launch_actions(params = {}) ⇒ Types::ListLaunchActionsResponse
Lists resource launch actions.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2090 2091 2092 2093 |
# File 'lib/aws-sdk-drs/client.rb', line 2090 def list_launch_actions(params = {}, = {}) req = build_request(:list_launch_actions, params) req.send_request() end |