class Aws::Snowball::Types::Address

The address that you want the Snow device(s) associated with a specific job to be shipped to. Addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. Although no individual elements of the `Address` are required, if the address is invalid or unsupported, then an exception is thrown.

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

data as a hash:

    {
      address_id: "AddressId",
      name: "String",
      company: "String",
      street_1: "String",
      street_2: "String",
      street_3: "String",
      city: "String",
      state_or_province: "String",
      prefecture_or_district: "String",
      landmark: "String",
      country: "String",
      postal_code: "String",
      phone_number: "String",
      is_restricted: false,
    }

@!attribute [rw] address_id

The unique ID for an address.
@return [String]

@!attribute [rw] name

The name of a person to receive a Snow device at an address.
@return [String]

@!attribute [rw] company

The name of the company to receive a Snow device at an address.
@return [String]

@!attribute [rw] street_1

The first line in a street address that a Snow device is to be
delivered to.
@return [String]

@!attribute [rw] street_2

The second line in a street address that a Snow device is to be
delivered to.
@return [String]

@!attribute [rw] street_3

The third line in a street address that a Snow device is to be
delivered to.
@return [String]

@!attribute [rw] city

The city in an address that a Snow device is to be delivered to.
@return [String]

@!attribute [rw] state_or_province

The state or province in an address that a Snow device is to be
delivered to.
@return [String]

@!attribute [rw] prefecture_or_district

This field is no longer used and the value is ignored.
@return [String]

@!attribute [rw] landmark

This field is no longer used and the value is ignored.
@return [String]

@!attribute [rw] country

The country in an address that a Snow device is to be delivered to.
@return [String]

@!attribute [rw] postal_code

The postal code in an address that a Snow device is to be delivered
to.
@return [String]

@!attribute [rw] phone_number

The phone number associated with an address that a Snow device is to
be delivered to.
@return [String]

@!attribute [rw] is_restricted

If the address you are creating is a primary address, then set this
option to true. This field is not supported in most regions.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/Address AWS API Documentation

Constants

SENSITIVE