class Aws::ImportExport::Client

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

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

Overloads:
  • get_shipping_label(params = {})

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

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

Options Hash: (**params)
  • :api_version (String) --
  • :street3 (String) --
  • :street2 (String) --
  • :street1 (String) --
  • :postal_code (String) --
  • :city (String) --
  • :state_or_province (String) --
  • :country (String) --
  • :phone_number (String) --
  • :company (String) --
  • :name (String) --
  • :job_ids (required, Array) --
def get_shipping_label(params = {}, options = {})
  req = build_request(:get_shipping_label, params)
  req.send_request(options)
end