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

Class: Aws::Snowball::Types::CreateAddressRequest

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

Overview

Note:

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

Instance Attribute Summary collapse

Instance Attribute Details

#addressTypes::Address

The address that you want the Snow device shipped to.

Returns:

  • (Types::Address)

    The address that you want the Snow device shipped to.