class Aws::Snowball::Client
def list_cluster_jobs(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
list_cluster_jobs(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListClusterJobs - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Example: Example: To get a list of jobs in a cluster that you've created for AWS Snowball -
Returns:
-
(Types::ListClusterJobsResult)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:next_token
(String
) -- -
:max_results
(Integer
) -- -
:cluster_id
(required, String
) --
def list_cluster_jobs(params = {}, options = {}) req = build_request(:list_cluster_jobs, params) req.send_request(options) end