Address
public struct Address : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique ID for an address.
Declaration
Swift
public let addressId: String?
-
The city in an address that a Snowball is to be delivered to.
Declaration
Swift
public let city: String?
-
The name of the company to receive a Snowball at an address.
Declaration
Swift
public let company: String?
-
The country in an address that a Snowball is to be delivered to.
Declaration
Swift
public let country: String?
-
If the address you are creating is a primary address, then set this option to true. This field is not supported in most regions.
Declaration
Swift
public let isRestricted: Bool?
-
This field is no longer used and the value is ignored.
Declaration
Swift
public let landmark: String?
-
The name of a person to receive a Snowball at an address.
Declaration
Swift
public let name: String?
-
The phone number associated with an address that a Snowball is to be delivered to.
Declaration
Swift
public let phoneNumber: String?
-
The postal code in an address that a Snowball is to be delivered to.
Declaration
Swift
public let postalCode: String?
-
This field is no longer used and the value is ignored.
Declaration
Swift
public let prefectureOrDistrict: String?
-
The state or province in an address that a Snowball is to be delivered to.
Declaration
Swift
public let stateOrProvince: String?
-
The first line in a street address that a Snowball is to be delivered to.
Declaration
Swift
public let street1: String?
-
The second line in a street address that a Snowball is to be delivered to.
Declaration
Swift
public let street2: String?
-
The third line in a street address that a Snowball is to be delivered to.
Declaration
Swift
public let street3: String?
-
init(addressId:city:company:country:isRestricted:landmark:name:phoneNumber:postalCode:prefectureOrDistrict:stateOrProvince:street1:street2:street3:)
Undocumented
Declaration
Swift
public init(addressId: String? = nil, city: String? = nil, company: String? = nil, country: String? = nil, isRestricted: Bool? = nil, landmark: String? = nil, name: String? = nil, phoneNumber: String? = nil, postalCode: String? = nil, prefectureOrDistrict: String? = nil, stateOrProvince: String? = nil, street1: String? = nil, street2: String? = nil, street3: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws