You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ImportExport::Types::GetShippingLabelInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetShippingLabelInput as input to an Aws::Client method, you can use a vanilla 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",
}

Instance Attribute Summary collapse

Instance Attribute Details

#api_versionString

Specifies the version of the client tool.

Returns:

  • (String)

    Specifies the version of the client tool.

#cityString

Specifies the name of your city for the return address.

Returns:

  • (String)

    Specifies the name of your city for the return address.

#companyString

Specifies the name of the company that will ship this package.

Returns:

  • (String)

    Specifies the name of the company that will ship this package.

#countryString

Specifies the name of your country for the return address.

Returns:

  • (String)

    Specifies the name of your country for the return address.

#job_idsArray<String>

Returns:

  • (Array<String>)

#nameString

Specifies the name of the person responsible for shipping this package.

Returns:

  • (String)

    Specifies the name of the person responsible for shipping this package.

#phone_numberString

Specifies the phone number of the person responsible for shipping this package.

Returns:

  • (String)

    Specifies the phone number of the person responsible for shipping this package.

#postal_codeString

Specifies the postal code for the return address.

Returns:

  • (String)

    Specifies the postal code for the return address.

#state_or_provinceString

Specifies the name of your state or your province for the return address.

Returns:

  • (String)

    Specifies the name of your state or your province for the return address.

#street1String

Specifies the first part of the street address for the return address, for example 1234 Main Street.

Returns:

  • (String)

    Specifies the first part of the street address for the return address, for example 1234 Main Street.

#street2String

Specifies the optional second part of the street address for the return address, for example Suite 100.

Returns:

  • (String)

    Specifies the optional second part of the street address for the return address, for example Suite 100.

#street3String

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

Returns:

  • (String)

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