CreateAddressRequest
public struct CreateAddressRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The address that you want the Snowball shipped to.
Declaration
Swift
public let address: Address
-
Undocumented
Declaration
Swift
public init(address: Address)
-
Declaration
Swift
public func validate(name: String) throws