class Aws::Snowball::Types::CreateAddressRequest

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

data as a hash:

    {
      address: { # required
        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

The address that you want the Snow device shipped to.
@return [Types::Address]

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

Constants

SENSITIVE