class Aws::Snowball::Client

def get_job_manifest(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • get_job_manifest(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetJobManifest - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To get the manifest for a job you've created for AWS Snowball -

Returns:
  • (Types::GetJobManifestResult) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :job_id (required, String) --
def get_job_manifest(params = {}, options = {})
  req = build_request(:get_job_manifest, params)
  req.send_request(options)
end