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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-importexport/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_versionString

Specifies the version of the client tool.

Returns:

  • (String)


239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
# File 'lib/aws-sdk-importexport/types.rb', line 239

class GetShippingLabelInput < Struct.new(
  :job_ids,
  :name,
  :company,
  :phone_number,
  :country,
  :state_or_province,
  :city,
  :postal_code,
  :street1,
  :street2,
  :street3,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end

#cityString

Specifies the name of your city for the return address.

Returns:

  • (String)


239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
# File 'lib/aws-sdk-importexport/types.rb', line 239

class GetShippingLabelInput < Struct.new(
  :job_ids,
  :name,
  :company,
  :phone_number,
  :country,
  :state_or_province,
  :city,
  :postal_code,
  :street1,
  :street2,
  :street3,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end

#companyString

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

Returns:

  • (String)


239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
# File 'lib/aws-sdk-importexport/types.rb', line 239

class GetShippingLabelInput < Struct.new(
  :job_ids,
  :name,
  :company,
  :phone_number,
  :country,
  :state_or_province,
  :city,
  :postal_code,
  :street1,
  :street2,
  :street3,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end

#countryString

Specifies the name of your country for the return address.

Returns:

  • (String)


239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
# File 'lib/aws-sdk-importexport/types.rb', line 239

class GetShippingLabelInput < Struct.new(
  :job_ids,
  :name,
  :company,
  :phone_number,
  :country,
  :state_or_province,
  :city,
  :postal_code,
  :street1,
  :street2,
  :street3,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end

#job_idsArray<String>

Returns:

  • (Array<String>)


239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
# File 'lib/aws-sdk-importexport/types.rb', line 239

class GetShippingLabelInput < Struct.new(
  :job_ids,
  :name,
  :company,
  :phone_number,
  :country,
  :state_or_province,
  :city,
  :postal_code,
  :street1,
  :street2,
  :street3,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
# File 'lib/aws-sdk-importexport/types.rb', line 239

class GetShippingLabelInput < Struct.new(
  :job_ids,
  :name,
  :company,
  :phone_number,
  :country,
  :state_or_province,
  :city,
  :postal_code,
  :street1,
  :street2,
  :street3,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end

#phone_numberString

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

Returns:

  • (String)


239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
# File 'lib/aws-sdk-importexport/types.rb', line 239

class GetShippingLabelInput < Struct.new(
  :job_ids,
  :name,
  :company,
  :phone_number,
  :country,
  :state_or_province,
  :city,
  :postal_code,
  :street1,
  :street2,
  :street3,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end

#postal_codeString

Specifies the postal code for the return address.

Returns:

  • (String)


239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
# File 'lib/aws-sdk-importexport/types.rb', line 239

class GetShippingLabelInput < Struct.new(
  :job_ids,
  :name,
  :company,
  :phone_number,
  :country,
  :state_or_province,
  :city,
  :postal_code,
  :street1,
  :street2,
  :street3,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end

#state_or_provinceString

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

Returns:

  • (String)


239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
# File 'lib/aws-sdk-importexport/types.rb', line 239

class GetShippingLabelInput < Struct.new(
  :job_ids,
  :name,
  :company,
  :phone_number,
  :country,
  :state_or_province,
  :city,
  :postal_code,
  :street1,
  :street2,
  :street3,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end

#street1String

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

Returns:

  • (String)


239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
# File 'lib/aws-sdk-importexport/types.rb', line 239

class GetShippingLabelInput < Struct.new(
  :job_ids,
  :name,
  :company,
  :phone_number,
  :country,
  :state_or_province,
  :city,
  :postal_code,
  :street1,
  :street2,
  :street3,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end

#street2String

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

Returns:

  • (String)


239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
# File 'lib/aws-sdk-importexport/types.rb', line 239

class GetShippingLabelInput < Struct.new(
  :job_ids,
  :name,
  :company,
  :phone_number,
  :country,
  :state_or_province,
  :city,
  :postal_code,
  :street1,
  :street2,
  :street3,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end

#street3String

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

Returns:

  • (String)


239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
# File 'lib/aws-sdk-importexport/types.rb', line 239

class GetShippingLabelInput < Struct.new(
  :job_ids,
  :name,
  :company,
  :phone_number,
  :country,
  :state_or_province,
  :city,
  :postal_code,
  :street1,
  :street2,
  :street3,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end