![]() |
![]()
| ![]() |
![]()
NAMEPaws::Snowball::Address USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Snowball::Address object: $service_obj->Method(Att1 => { AddressId => $value, ..., Street3 => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Snowball::Address object: $result = $service_obj->Method(...); $result->Att1->AddressId DESCRIPTIONThe address that you want the Snow device(s) 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. ATTRIBUTESAddressId => StrThe unique ID for an address. City => StrThe city in an address that a Snow device is to be delivered to. Company => StrThe name of the company to receive a Snow device at an address. Country => StrThe country in an address that a Snow device is to be delivered to. IsRestricted => BoolIf the address you are creating is a primary address, then set this option to true. This field is not supported in most regions. Landmark => StrThis field is no longer used and the value is ignored. Name => StrThe name of a person to receive a Snow device at an address. PhoneNumber => StrThe phone number associated with an address that a Snow device is to be delivered to. PostalCode => StrThe postal code in an address that a Snow device is to be delivered to. PrefectureOrDistrict => StrThis field is no longer used and the value is ignored. StateOrProvince => StrThe state or province in an address that a Snow device is to be delivered to. Street1 => StrThe first line in a street address that a Snow device is to be delivered to. Street2 => StrThe second line in a street address that a Snow device is to be delivered to. Street3 => StrThe third line in a street address that a Snow device is to be delivered to. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Snowball BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|