Struct rusoto_snowball::Address [] [src]

pub struct Address {
    pub address_id: Option<String>,
    pub city: Option<String>,
    pub company: Option<String>,
    pub country: Option<String>,
    pub is_restricted: Option<bool>,
    pub landmark: Option<String>,
    pub name: Option<String>,
    pub phone_number: Option<String>,
    pub postal_code: Option<String>,
    pub prefecture_or_district: Option<String>,
    pub state_or_province: Option<String>,
    pub street_1: Option<String>,
    pub street_2: Option<String>,
    pub street_3: Option<String>,
}

The address that you want the Snowball or Snowballs 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.

Fields

The unique ID for an address.

The city in an address that a Snowball is to be delivered to.

The name of the company to receive a Snowball at an address.

The country in an address that a Snowball is to be delivered to.

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

This field is no longer used and the value is ignored.

The name of a person to receive a Snowball at an address.

The phone number associated with an address that a Snowball is to be delivered to.

The postal code in an address that a Snowball is to be delivered to.

This field is no longer used and the value is ignored.

The state or province in an address that a Snowball is to be delivered to.

The first line in a street address that a Snowball is to be delivered to.

The second line in a street address that a Snowball is to be delivered to.

The third line in a street address that a Snowball is to be delivered to.

Trait Implementations

impl Default for Address
[src]

Returns the "default value" for a type. Read more

impl Debug for Address
[src]

Formats the value using the given formatter.

impl Clone for Address
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more