class Aws::ImportExport::Types::GetShippingLabelInput

@note When making an API call, you may pass GetShippingLabelInput

data as a hash:

    {
      job_ids: ["GenericString"], # required
      name: "name",
      company: "company",
      phone_number: "phoneNumber",
      country: "country",
      state_or_province: "stateOrProvince",
      city: "city",
      postal_code: "postalCode",
      street1: "street1",
      street2: "street2",
      street3: "street3",
      api_version: "APIVersion",
    }

@!attribute [rw] job_ids

@return [Array<String>]

@!attribute [rw] name

Specifies the name of the person responsible for shipping this
package.
@return [String]

@!attribute [rw] company

Specifies the name of the company that will ship this package.
@return [String]

@!attribute [rw] phone_number

Specifies the phone number of the person responsible for shipping
this package.
@return [String]

@!attribute [rw] country

Specifies the name of your country for the return address.
@return [String]

@!attribute [rw] state_or_province

Specifies the name of your state or your province for the return
address.
@return [String]

@!attribute [rw] city

Specifies the name of your city for the return address.
@return [String]

@!attribute [rw] postal_code

Specifies the postal code for the return address.
@return [String]

@!attribute [rw] street1

Specifies the first part of the street address for the return
address, for example 1234 Main Street.
@return [String]

@!attribute [rw] street2

Specifies the optional second part of the street address for the
return address, for example Suite 100.
@return [String]

@!attribute [rw] street3

Specifies the optional third part of the street address for the
return address, for example c/o Jane Doe.
@return [String]

@!attribute [rw] api_version

Specifies the version of the client tool.
@return [String]

Constants

SENSITIVE