DescribeAddressResult

public struct DescribeAddressResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.

    Declaration

    Swift

    public let address: Address?
  • Undocumented

    Declaration

    Swift

    public init(address: Address? = nil)